Hi Mark!
On Wed, 31 Jan 2001, Mark Green wrote:

> How about this:
> 
>  session_start();
>  session_register($funky_session_var);
>  $funky_session_var ++;
>  print $funky_session_var;

the order doesn't matter (as it did in PHPLib sessions).
If it doesn't work I guess it's because you have register_globals off.

-- teodor

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to