View Single Post

  #4 (permalink)  
Old 09-06-2004
Michael Fesser
 
Posts: n/a
Default 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
Reply With Quote