[PHP] Re: Creating Session Variables
If you dont have register globals on, but find it convenient to access $varname instead of $_SESSION['varname'], you can extract($_SESSION), thought that has potential for other name conflicts and confusion, so be careful if you use extract(); "Tom Rawson" <[EMAIL PROTECTED]> wrote in message news
[PHP] timestamp from uniqid()
from a uniqid. Thanks, nooper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php