Afficher un message
Vieux 16/09/2007, 12h56   #12
pepper.gabriela@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: no empty form fields after submitting form


> if(isset($_POST['something'])){/* do your thing */}



well, this presumes I must know what I'm receiving in page A...

Anyway, the issue has been caused by the fact that I have not
previously declared/initialized two variables, so when there's nothing
in $_POST they simply don't exist. I partially solved declaring an
undefined value before the $_POST verification code.

  Réponse avec citation
 
Page generated in 0,04534 seconds with 9 queries