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 page to page but got something else worked out for now in any
> case...

$HTTP_* aren't superglobals and are not available inside functions, so you 
have to adjust your code accordingly.

Also it would help to make good use of mysql_error() after *each* call to the 
mysql_*() functions.

-- 
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
------------------------------------------
/*
What fools these mortals be.
                -- Lucius Annaeus Seneca
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to