On Sun, 23 May 2004, Daniel Clark wrote: > > Should username have quote around it? Wouldn't it try to make it a constant > otherwise? > > echo $_SESSION['username'] >
Unfortunately, imho, php doesn't seem to care that much in such cases ;-) $_SESSION[username] will have the same result as $_SESSION['username'] -- Jeroen Be nice to nerds. Chances are you'll end up working for one. -- Bill Gates -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php