Re: [PHP] Re: session/mysql problems

2004-04-02 Thread Jason Wong
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 d

Re: [PHP] Re: session/mysql problems

2004-04-02 Thread Jason Wong
On Friday 02 April 2004 22:45, Andy B wrote: > "Note: Superglobal arrays, like $_POST and $_GET, became available in PHP > 4.1.0" > > so i remembered... had to try and port it backwards to fit the $HTTP_POST > and $HTTP_SESSION vars but still didnt work... for some reason they arent > going from pa