[PHP] Re: Creating Session Variables

2003-04-03 Thread nooper
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

[PHP] timestamp from uniqid()

2003-04-02 Thread nooper
from a uniqid. Thanks, nooper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php