mysql_num_rows+报错_错误:警告:mysql_num_rows()期望参数1为资源,在第19行的C:\ xampp...
我不斷收到使用的錯誤消息mysql_num_rows(),您能幫我弄清楚我的代碼出了什么問題嗎?
這是我的代碼:
//check if the user press submit
if (isset($_POST['submit'] )) {
$customer = preg_replace('#[^A-Za-z0-9]#i', '', $_POST["username"]); // filter everything but numbers and letters
$password = preg_replace('#[^A-Za-z0-9]#i', '', $_POST["password"]); // filter everything but numbers and letters
$sql = mysql_query("SELECT id FROM members WHERE username='$customer' AND password='$password' LIMIT 1"); // query the person
// ------- MAKE SURE PERSON EXISTS IN DATABASE ---------
$existCount = mysql_num_rows($sql); // count the row nums
if ($existCount == 1) { // evaluate the count
while($row = mysql_fetch_array($sql)){
$id = $row["id"];
}
$_SESSION["id"] = $id;
$_SESSION["customer"] = $customer;
$_SESSION["password"] = $password;
header("location: index.php");
exit();
} else {
echo 'That information is incorrect, try again Click Here';
exit();
}
}
?>
我已經mysql_errno()按照您的建議嘗試了..它回顯1146
當我搜索該錯誤時說
1146: Table 'kossu.nonexistenttable' doesn't exist
但是我不知道這意味著什么...請幫助。
總結
以上是生活随笔為你收集整理的mysql_num_rows+报错_错误:警告:mysql_num_rows()期望参数1为资源,在第19行的C:\ xampp...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: tina中信号带宽_如何评测示波器带宽
- 下一篇: python有什么内容_python能做