> 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 ?You just have to call it once. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

