$SESSION['count'] wouldn't workbut $_SESSION['count'] shouldif not,
you are using an older version of PHP.
> -Original Message-
> From: David Elliott [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 1:18 PM
> To: php-windows
&g
Hi Scott
On 08 July 2002 at 10:02:42 -0500 (which was 16:02 where I live) Scott Carr
wrote
> $SESSION['count'] should be used to access the variable.
Did not work but see below.
> Register globals set to true, would let you use $count, but is not
> suggested due to security risks.
True that i
Hi all,
Ok So what am I doing wrong.
System WIN 2K with 4.2.1, track_vars is enabled and register_globals is
disabled.
I have two pages
page1.php
==8<=
Hello visitor, you have seen this page times.
To continue, click here
=