On Wednesday 06 March 2002 04:45, Mike Eheler wrote:
> Is the line within a function? If so, it's possible that $HTTP_POST_VARS
> hasn't been globalled.
>
> Check to see if within the function that line is on that the line global
> $HTTP_POST_VARS; exists.
>
> Mike
>
> On Tue, 05 Mar 2002 12:32:59 -0800, Lic. Carlos A. Triana Torres wrote:
> > Hello all,
> >      I have been "installing" an easy webmail client (webmiau) which
> >      seems
> > to work fine and is very light; but I keep receiving this error
> > everytime I open a new session:
> >
> > Warning: Variable passed to reset() is not an array or object in
> > /usr/......file.php on line 5
> > --
> > Line 5 of File.php: reset ($HTTP_POST_VARS);
> >
> >    Can anybody help me solve this error? What's happening? Track vars
> >    are
> > enabled...what else is missing?
> >    Thanks before hand...

And if you're using PHP 4.1.X then you should replace all instances of 
$HTTP_POST_VARS with $_POST.


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Ask yourself whether you are happy and you cease to be so.
                -- John Stuart Mill
*/

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

Reply via email to