----- Original Message ----- 
From: "Chris W. Parker" <[EMAIL PROTECTED]>


> Terence <mailto:[EMAIL PROTECTED]>
>     on Wednesday, October 29, 2003 4:40 PM said:
>
> > Since I started using error_reporting(E_ALL), I havent found (in my
> > opinion) a good way to declare GET and POST variables when getting
> > them from a form or querystring. I have searched google and the docs
> > for several hours now without much luck.
>
> Why would you want to declare a GET or POST variable in the first place?
> You'd be overwriting whatever value was stored from the form.

error_reporting(E_ALL) tells me that I have an indefined index, but as Jon
Kriek pointed out,
perhaps reporting "all" the errors is not such a "good thing".

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

Reply via email to