View Single Post
  #2 (permalink)  
Old 02-08-2007, 09:59
Ben Ben is online now
Premium Member
 
Join Date: Jan 2007
Location: setcookie()
Posts: 1,206
Send a message via AIM to Ben Send a message via MSN to Ben Send a message via Yahoo to Ben
Default

To display the session, or whatever stored, use the echo() function.

PHP Code:
<?php

echo $_SESSION['user_id'];

?>
__________________
dynBB.com PHP Tutorials & Webmaster Help Forums - need help? find PHP tutorials, help & more @ dynBB.com forums! CSS, PHP, MySQL & more!
Reply With Quote