John Manko <[EMAIL PROTECTED]> wrote:
> I've tried checking if $_POST and $_GET vars are set with just
>
> if($_POST['yuck'])
>
> When 'yuck' is not present my code always explodes with
> *"Notice*: Undefined index: yuck" on the page output.
You can use the @ error suppressor.
if (@$_POST['yuck
Hello,
This is a reply to an e-mail that you wrote on Wed, 16 Jul 2003 at 17:37,
lines prefixed by '>' were originally written by you.
> I've tried checking if $_POST and $_GET vars are set with just
> if($_POST['yuck'])
> When 'yuck' is not present my code always explodes with
> *"Notice*: Undefi
2 matches
Mail list logo