首頁  >  文章  >  後端開發  >  apache php mysql php mysql 留言本應用實例第1/2頁

apache php mysql php mysql 留言本應用實例第1/2頁

WBOY
WBOY原創
2016-07-29 08:39:37878瀏覽

複製程式碼 程式碼如下:


$hostname_conn = "localhost";
$testbased ";
$username_conn = "root";
$password_conn = "1981427";
$conn = mysql_connect($hostname_conn, $username_conn, $password_conn); ? >


複製程式碼

程式碼如下://此函數用於將一般字串轉換成SQL語句所需的格式

function GetSQLValueString($theValue, $theType)
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
$theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
}
return $theValue;
}
?>




複製程式碼

程式碼如下:

程式碼如下:



; ();
//如果Session不存在,則跳到Admin.php
if (!(isset($_SESSION['MM_Username']))) {
header("Location: admin. php");
exit;
}
?>


複製程式碼 程式碼如下:


// *** Validate request to login to this site.
session_start() ;
$loginFormAction = $_SERVER['PHP_SELF'];
if (isset($accesscheck)) {
$GLOBALS['PrevUrl'] = $accesscheck)
Psession_register('PrevUrl'] = $accesscheck)
Psession_register('PrevUrl'); ;
}
if (isset($_POST['username'])) {
$loginUsername=$_POST['username'];
$password=$_POST['password'];
$MM_fldUserAuthorization = "";
$MM_redirectLoginSuccess = "adminmain.php";
$MM_redirectLoginFailed = "admin.php";
$MM_redirecttoReferer = firectto); conn);
$LoginRS__query=sprintf("SELECT adminname, password FROM admin WHERE adminname='%s' AND password='%s'",
get_magic_quotes_gpc() ? loginUsernamees : Userslashname,$log 。 >if ($loginFoundUser) {
$loginStrGroup = "";
//declare two session variables and assign them
$GLOBALS['MM_Username'] = $loginUsername;
$GLOBALS['MM_Username'] = $loginUsername;
$GLALS' '] = $loginStrGroup;
//register the session variables
session_register("MM_Username");
session_register("MM_UserGroup");
if (isset($_SESSION['PrevUrl'); && false) {
$MM_redirectLoginSuccess = $_SESSION['PrevUrl'];
}
header("Location: " . $MM_redirectLoginSuccess );
}
. "Location: ". $MM_redirectLoginFailed );
}
}
?>



Untitled Document
.style1 {font-size: 18px;
font-weight: bold;
}
.style2 {font-size: 14px}


留言板- 管理登陸


瀏覽留言 | 留言
















使用者名稱:
密碼:









目前1/2頁 12下一個頁
以上就介紹了apache php mysql php mysql 留言本應用實例第1/2頁,包含了apache php mysql方面的內容,希望對PHP教學有興趣的朋友有幫助。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn