$expire = strtotime("+3 month"); if ($_REQUEST["SaveLogin"] == "ON") { setcookie("email", $_REQUEST["email"], $expire); setcookie("password", $_REQUEST["password"], $expire); $bLoginSaved = true; } else $bLoginSaved = false; ?>
| if ($bLoginSaved) {?>
Saving Login information to a cookie
} ?> Thank you for logging into the system. E-Mail address confirmation: echo $_REQUEST["email"] ?> |