|
Posted by pepper.gabriela on 09/16/07 10:56
> 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.
Navigation:
[Reply to this message]
|