Hi,
I am using this code from php.net
It works, but the session id is not added to the url. I just get nextpage.php?PHP Code:<?php
session_register ("count");
$count++;
?>
Hello visitor, you have seen this page <?php echo $count; ?> times.<p>
<php?
# the <?=SID?> is necessary to preserve the session id
# in the case that the user has disabled cookies
?>
To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
Can anybody help
Sean![]()





Bookmarks