RE: [PHP-WIN] track_vars and register_globals

2002-07-08 Thread Shrock, Court
$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

Re: [PHP-WIN] track_vars and register_globals

2002-07-08 Thread David Elliott
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

[PHP-WIN] track_vars and register_globals

2002-07-08 Thread David Elliott
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 =