On Tuesday, March 26, 2002, at 02:14  PM, Evan wrote:

> Hi !!
> I can't make this work:
> PAGE 1:
> <?
> $HTTP_SESSION_VARS["v_s"]=500;
> ?>
>

I am probably wrong about this, but I thought that you could register 
session variables using this technique only if you are using PHP 4.1.x 
and you use the format:

$_SESSION['v_s'] = 500;





Erik




----

Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to