On Friday 02 April 2004 23:21, Andy B wrote:
> "$HTTP_* aren't superglobals and are not available inside functions...."
>
> that i know of i didnt use them inside functions unless checking them with
> if(!empty($HTTP_SESSION['username'])){..... is illegal...? if that is so
> then no wonder why it didnt workThe real reason is probably because it's $HTTP_SESSION_VARS. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Why is it that when you're driving and looking for an address, you turn down the volume on the radio? -- Why Why Why n42 */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

