|
Posted by Vincent Delporte on 02/08/07 00:33
On Thu, 08 Feb 2007 01:30:07 +0100, Rik <luiheidsgoeroe@hotmail.com>
wrote:
>While setting a variable to NULL will indeed return false with isset(),
>the postfields are there. You're looking for empty() instead of isset().
That did the trick, but why is isset() returning true even when I
leave a field empty in a form?
I'll take advantage of the thread to ask how to avoid FireFox's "The
page you are trying to view contains POSTDATA" that is displayed when
I hit F5 after the script returns, ie. when it displays $login and
$passwor. Should I use those variables, and then empty them so Firefox
is happy?
Thanks.
Navigation:
[Reply to this message]
|