Questions about passing values on the php page

Source: Internet
Author: User
What is the problem about passing values on the php page? In addition to GETPOST, which of the following is an effective method for transferring values between multiple pages? the variable is placed in a container during submission and can be accessed between pages, I used the session. I wrote it like this. on page A, we can print $ _ SESSION [& quot; URL & quot;] as abc, however, this SESSION value cannot be accessed on page B: session_start () written in this way on page A; is there A problem about passing values on the php page?
In addition to get post, which of the following is an effective method for transferring values between multiple pages? the variable is placed in a container during submission and can be accessed between pages, I used the session. I wrote it like this. on page A, we can print $ _ SESSION ["URL"] as abc, but the SESSION value cannot be accessed on page B:
Page A is written as follows:
Session_start ();
$ _ SESSION ["URL"] = "abc ";
Echo $ _ SESSION ["URL"];

Page B:
Session_start ();
Echo $ _ SESSION ["URL"];

Is this correct?

------ Solution --------------------
The code is correct
------ Solution --------------------
Save the SESSION before using the SESSION

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.