High-score Solution for PHP problems

Source: Internet
Author: User
High-score Solution for PHP problem
Implementation function: In the PHP a page to define a global $aaa variable, you need to use the value of the variable $aaa on the PHP b page, how to solve.

------Solution--------------------
B include A .... Can I? Or is it enough to pass the value? Or a cookie? Session?
------Solution--------------------
See what you can do. If it's a 2.
Page as long as require or include is good.
------Solution--------------------
In addition to session, Cookie, get, post can say no other way:
------Solution--------------------
Session/cookies.
------Solution--------------------
Explore

In addition to session, Cookie, get, post can say no other way:

------Solution--------------------
The scope of the variable,

Any variable outside of the class, function, is a $global variable!

There are also system super global variables. $_get, $_post, that sort of thing. Has global scope!
------Solution--------------------
You have to do this with a cookie or a session.
------Solution--------------------
Include or require.
------Solution--------------------
Session Cookie global variable

Give me some points, thanks.
  • 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.