Advertisement
prasys

Untitled

May 23rd, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. session_start();
  2.  
  3. // loop through the session array with foreach
  4. foreach($_SESSION['haha'] as $key=>$value)
  5. {
  6. // and print out the values
  7. echo 'The value of $_SESSION['."'".$key."'".'] is '."'".$value."'".' <br />';
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement