Hello all,

This may be a pretty naive question.
Do we have to use the key word
session_register("variablename");
in every single page, in which we plan to use the "variablename"?. Or is it
possible that we register the variablename once, and in the subsequent pages
continue to access it using  $variablename ?

Thanks in advance,
Sachin.

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

Reply via email to