CliffLandin
Programmer
Can anyone tell me why this doesn't work.
$userName = $_POST["user"];
$passWord = $_POST["pWord"];
if (!IsSet($_POST["user"]))
header("Location: elseif (!IsSet($_POST["pWord"]))
header("Location:
If I change it to (IsSet(...)) it still doesn't do anything.
When in doubt, go flat out!
$userName = $_POST["user"];
$passWord = $_POST["pWord"];
if (!IsSet($_POST["user"]))
header("Location: elseif (!IsSet($_POST["pWord"]))
header("Location:
If I change it to (IsSet(...)) it still doesn't do anything.
When in doubt, go flat out!