Re: newbie needs help with checking for posted data
.oO(Miffed)
In addition to the other reply:
>$_POST["guess"] = (int) $_POST["guess"];
There's no element 'guess' in the $_POST array when the script runs for
the first time, which causes a notice.
Micha
|