freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

電子商務(wù)系統(tǒng)課程設(shè)計報告-文庫吧

2025-07-19 06:04 本頁面


【正文】 型長度是否為主鍵是否為空其他約束含義編號整形8是否用戶密碼字符型32否是用戶姓名字符型15否是用戶電話字符型15否是訂單編號字符型32否是商品名稱字符型64否是商品圖片字符型128否是添加日期日期型否是是否發(fā)送整形4否是快遞名稱字符型20否是詳細地址字符型512否是:字段名稱數(shù)據(jù)類型長度是否為主鍵是否為空其他約束含義賬號整形8是否物流名稱字符型 12否是 開通整形 4否是:字段名稱數(shù)據(jù)類型長度是否為主鍵是否為空其他約束含義編號整形8是否用戶名字符型 16否是 詳細地址字符型 128否是用戶電話字符型16否是郵政編碼字符型512否是備注字符型8否是四、系統(tǒng)實現(xiàn)!DOCTYPE html PUBLIC //W3C//DTD XHTML Transitional//EN html xmlns=head meta equiv=ContentType content=text/html。 charset=utf8 / title用戶登錄/title link rel=stylesheet href=css/ //headbody div class=center h3會員登錄/h3 form method=post action= ul li p用戶名:/p pinput type =text class=input name =username /p /li li p密碼:/p pinput type =password class=input name =password /p /li li class=submit input type =submit value =登陸 a href= style=39。marginleft: 25px。39。注冊/a /li /ul /form /div/body!DOCTYPE html PUBLIC //W3C//DTD XHTML Transitional//EN html xmlns=head meta equiv=ContentType content=text/html。 charset=utf8 / title用戶注冊/title link rel=stylesheet href=css/ //headbody div class=center h3會員注冊/h3 form method=post action= ul li p用戶名:/p pinput type =text class=input name =username /p /li li p密碼:/p pinput type =password class=input name =password /p /li li p確認密碼:/p pinput type =password class=input name =password2 /p /li li class=submit input type =submit value =注冊 a href= style=39。marginleft: 25px。39。登錄/a /li /ul /form /div/bodyCSS代碼body{ fontfamily: 微軟雅黑。 fontsize: 16px。 }.center{ margin: 0 auto。 textalign: center。 margintop: 5%。}.center ul{ width: 320px。 textalign: left。 margin: 0 auto。}li{ liststyletype:none。 margin:22px 0。}.center .input{ height: 28px。 width: 100%。}.center .submit{ textalign: center。}.center .submit input{ padding: 6px 14px。 fontsize: 14px。}.ordertable{ margintop:0。 width: 70%。}.ordertable tr{ height: 40px。}.menu{ marginright: 25px。}.active{ fontweight: bold。 fontsize: 18px。?php include_once()。 $user = $_POST[username]。 $psw = $_POST[password]。 $psw2 = $_POST[password2]。 if($user == || $psw == || $psw2 == ) { echo scriptalert(39。請輸入用戶名或密碼!39。)。 (1)。/script。 } else if($psw != $psw2){ echo scriptalert(39。兩次輸入密碼不一致!39。)。 (1)。/script。 } else{ $sql = insert into tb_user(username, password) values(39。{$user}39。, 39。{$psw}39。)。 $result = mysql_query($sql)。 if($result == 1) { session_start()。 $_SESSION[39。username39。]=$user。 header(location:)。 } else { echo scriptalert(39。注冊失?。?9。)。(1)。/script。 } }??php include_once()。 $user = $_POST[username]。 $psw = $_POST[password]。 if($user == || $psw == ) { echo scriptalert(39。請輸入用戶名或密碼!39。)。 (1)。/script。 } else { $sql = select username,password from tb_user where username = 39。{$user}39。 and password = 39。{$psw}39。 $result = mysql_query($sql)。 echo($result)。 $num = mysql_num_rows($result)。 if($num) { //echo 登錄成功。 session_start()。 $_SESSION[39。username39。]=$user。 header(location:)。 } else { echo scriptalert(39。用戶名或密碼不正確!39。)。(1)。/script。 } }??phpsession_start()。$host=localhost。$db_user=root。
點擊復(fù)制文檔內(nèi)容
物理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1