登入頁面:
登入驗證.php 頁面:
<?php
$name=$_post['username'];
$password=$_post['userpassword'];
if($name==null||$password==null)
// require_once('登入驗證資料庫連線.php');
// $db=new connectdb();
// $db->getconn();
$db=@new mysqli('127.0.0.1','root','123456');
if ($db->connect_error)
die('鏈結錯誤: '. $db->connect_error);
$db->select_db('實驗五第二題資料庫') or die('不能連線資料庫');
$sql='select * from 使用者登入表 where name='."''and psw="."'$password';";
$result=$db->query($sql);
$num_users=$result->num_rows;//在資料庫中搜尋到符合的使用者
if($num_users!=0)';";
$resulttime=$db->query($sqltime);
while($obj=$resulttime->fetch_object())";
}$sqlupdate='update 使用者登入表 set time="'.date('y-m-d h:i:s',time()).'" where name='."'';";
$db->query($sqlupdate);//更新登陸時間
macappstore登不上去 登泰山感受
身居泰安而不登泰山,說出去或多或少會有些許遺憾。其實早在20年的大年初一,我便和家人們登頂一次,但那次登頂之行除了不滿再無其他。高考結束的暑假,與同學共約夜爬泰山。剛開始出發,比較輕鬆,一路走走停停,嬉笑打鬧。甚至大言不慚,原來泰山不過如此,恰如平地,徒步而行。我本籌備好許多句子打算用以讚美泰山美景...
mysql開啟遠端登 Mysql開啟遠端登入
自己在工作中,需要配置mysql,並且需要遠端進行訪問。其中碰到的問題都是上網搜進行解決,但是很多人可能沒有我碰到的問題多,所以將自己解決配置中的問題記錄下來,以便幫助一些像我一樣對mysql和ubuntu都比較無措的人。我的系統是 ubuntu 12.04 32位。安裝 sudo apt get ...
GeForce Experience 繞過登入
這篇文章說明了,在未註冊nvidia賬戶的情況下,繞過geforce experience 客戶端的賬戶登入,直接使用客戶端的各種功能。注意 文字的方法適用所有版本的geforce experience 簡稱gfe gfe會強制更新到最新版本,當顯示卡驅動版本與gfe版本不匹配時,會導致gfe的某些...