Also, you are registering a variable rather than a name.  So, unless there
is a quoted name for the variable value, I don't think that would work.  For
instance,

$a="b"
session_register($a);

actually registers a variable called $b.  I made that mistake in my post
too.




-- 
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