?php

創(chuàng)新互聯(lián)專注于古丈網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供古丈營銷型網(wǎng)站建設(shè),古丈網(wǎng)站制作、古丈網(wǎng)頁設(shè)計、古丈網(wǎng)站官網(wǎng)定制、重慶小程序開發(fā)公司服務(wù),打造古丈網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供古丈網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。
if(isset($_POST["submit"]) $_POST["submit"] == "登陸")
{
$user = $_POST["username"];
$psw = $_POST["password"];
if($user == "" || $psw == "")
{
echo "scriptalert('請輸入用戶名汪臘饑或密碼!'); history.go(-1);/局簡script";
}
else
{
mysql_connect("localhost","root","");
mysql_select_db("vt");
mysql_query("set names 'gbk'");
$sql = "select username,password from user where username = '$_POST[username]' and password = '$_POST[password]'";
$result = mysql_query($sql);
$num = mysql_num_rows($result);
if($num)
{
$row = mysql_fetch_array($result); //將數(shù)據(jù)以索引方式儲存在數(shù)組中
header("location:QA.php");
echo $row[0];
}
else
{
echo "scriptalert('用戶名或密碼不正確!');history.go(-1);/script";
}
}
}
else
{
echo "scriptalert('提交未成功!'); history.go(-1);/script";
}
?
這里提供個參困返考
標(biāo)題名稱:php注冊登錄和數(shù)據(jù)庫 php注冊和登錄界面
網(wǎng)站網(wǎng)址:http://chinadenli.net/article49/dspggeh.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、網(wǎng)站導(dǎo)航、外貿(mào)建站、云服務(wù)器、靜態(tài)網(wǎng)站、品牌網(wǎng)站設(shè)計
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)