The 23rd chapter of PHP and MySQL Web Development uses dialog control in PHP and is stuck with a difficult problem

Source: Internet
Author: User
Tags php and mysql
The 23rd chapter of PHP and MySQL Web development uses session control in PHP, which is stuck in a puzzle ~
 
 Session_Start ();

$_session_[' sess_var ' = "Hello world";
echo $_session[' Sess_var '];

Echo ' The content of $_session[\ ' sess_var\ ' is '. $_session[' Sess_var ']. '
';

?>

Operation Result:
The content of $_session[' Sess_var ' is
Why $_session_[' Sess_var ' did not print out, is the SESSION already invalid?
------to solve the idea----------------------
You are
This assigns the value $_session_[' sess_var '] = "Hello World";
This uses echo $_session[' Sess_var '];
Of

Do you think $_session_ and $_session are a thing?

PHP should be checked for all errors (error_reporting = E_all in php.ini), so PHP will tell you what's wrong.
------to solve the idea----------------------
Session_Start ();
$_session_[' sess_var ' = "Hello world";
Var_dump ($_session);
  • Related Article

    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.