Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6359997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:35:33+00:00 2026-05-24T23:35:33+00:00

I want to transfer a data from one webpage to another page. But I

  • 0

I want to transfer a data from one webpage to another page. But I don’t want to use the <form method="post"> tag because there are no forms in my webpage. Just some sensitive data is there which needs to be transferred to other page.

Please answer the following questions:

  1. What are the ways to transfer data from one page to another?
  2. What are the ways to transfer data from one page to another without using <form> tag in HTML?
  3. How can another PHP (or ASP) page can read the data which was sent to it by another page?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:35:33+00:00Added an answer on May 24, 2026 at 11:35 pm

    I don’t want to use the <form method="post"> tag because there are no forms in my webpage

    That is not a good reason to avoid using a form. You can add one.

    What are the ways to transfer data from one page to another?

    1. Through the URI (in a query string)
    2. As part of the request body (a POST request)
    3. Via cookies (which you can set with JS)
    4. Via various local storage systems

    Use a query string if the data needs to be bookmarkable. Use a POST request (with a form) if it makes changes on the server (e.g. adds or edits a database entry). Use a cookie (preferably set via HTTP after using methods 1 or 2) if the data needs to persist throughout the site. Use local storage for web applications that need to function offline.

    What are the ways to transfer data from one page to another without using tag in HTML?

    As above, but discount post requests (unless you make them using JavaScript and XMLHttpRequest).

    How can another PHP (or ASP) page can read the data which was sent to it by another page?

    With local storage, it can’t. All the other data is available through the server environment ($_POST, $_GET and $_COOKIE in PHP, for example).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to transfer one asp.net page form values to another page when i
I want to transfer all data from one table into another with the following
I am new to wordpress and i want to transfer data from one page
I want to transfer the data from one table in sql to another is
I want to use Custom URL Scheme to transfer data from application to other
I'm creating an intent to transfer data from one activity to another like this
During last time I made many integrations (data transfer from one place to another,
I have a method that transfers data from one database to another and in
I need to transfer data from one table to another. The second table got
I want to use a WebSocket to transfer binary data, but you can only

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.