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