I m 采用PHP文字进行认证。 我最初在2007年写过这一法典,但现在它刚刚停止了工作,我是想说明原因。
该法典:
<?php
$error_msg = ;
// Only Validate Form when it is submitted
if (isset($formSubmit)) {
if (!isset($_SESSION["First_Name"])) {
$get_mbr_id = urlencode ($_POST["GetMbrID"]);
$_SESSION["MemberID"] = $get_mbr_id;
}
if (!headers_sent()) {
header ("Location: mywebsite.com");
exit (0);
}
}
if (isset($formExit)) {
if (!headers_sent()) {
header ( Location: mywebsiteexit.com );
exit (0);
}
}
?>
<html><head></head><body>
<form name="select_action" method="POST" action="select_action">
<br>
<center>
<input type="submit" name="formSubmit" value="Next">
<input type="reset" name="fieldReset" value="Reset">
<input type="submit" name="formExit" value="Cancel">
</center>
</form></body></html>
如果采用超文本格式代码,则由主管直接进行t工作。
然而,如果我删除了“超文本”代码,将“编码”改为“密码”(如(前文本)代码>,则标题改为“代码”。
我可以推测导致<代码>(<>header(<>>/code>)间接不发生的形式代码。
感谢任何帮助!