Is the line within a function? If so, it's possible that $HTTP_POST_VARS
hasn't been globalled.
Advertising
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...
>
> --
> Lic. Carlos A. Triana Torres
> Webmaster. CIGET Sancti Spíritus
> Email: [EMAIL PROTECTED]
> Tel: 23956, 27958
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php