|
Posted by Vincent Delporte on 02/08/07 22:56
On 8 Feb 2007 06:52:39 -0800, "Captain Paralytic"
<paul_lautman@yahoo.com> wrote:
>I just tried this and it seems to work fine:
Yup, my bad: I thought hitting F5 was enough to start again from
scratch after changing a script. This works OK:
$login = (isset($_POST["login"]) and !empty($_POST["login"])) ?
$_POST["login"] : NULL;
$password = (isset($_POST["password"]) and
!empty($_POST["password"]))? $_POST["password"] : NULL;
if(is_null($login) or is_null($password)) {
Thanks.
Navigation:
[Reply to this message]
|