Thread
:
$_SESSION problem
View Single Post
#
2
(
permalink
)
02-08-2007, 09:59
Ben
Premium Member
Join Date: Jan 2007
Location: setcookie()
Posts: 1,206
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!
Ben
View Public Profile
Send a private message to Ben
Visit Ben's homepage!
Find all posts by Ben