You can't acces you're session-variables?? see this sticky post.
Greetz Daan
Moderators: macek, egami, gesf
<?
session_start();
$_SESSION['count'] = (@$_SESSION['count'])? $_SESSION['count']++:0;
print "The counter is ".$_SESSION['count'];
?>
Return to PHP coding => General
Users browsing this forum: No registered users and 4 guests