hady_musical

Start a PHP Session 2017

Feb 26th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. Start a PHP Session 2017
  2.  
  3. A session is started with the session_start() function.
  4.  
  5. Session variables are set with the PHP global variable: $_SESSION.
  6.  
  7. Now, let's create a new page called "demo_session1.php". In this page, we start a new PHP session and set some session variables
  8.  
  9. download file from  mediafire : http://adf.ly/1kWSvG
  10. download file from  up-4ever  : http://adf.ly/1kWSwX
Add Comment
Please, Sign In to add comment