結(jié)果已經(jīng)有了,我就說下這句話的區(qū)別\x0d\x0a\x0d\x0amysql_select_db,字面上就能理解,選擇數(shù)據(jù)庫\x0d\x0a\x0d\x0a去PHP手冊中可以發(fā)現(xiàn)該函數(shù)的返回值是bool,也就是布爾值\x0d\x0abool mysql_select_db ( string $database_name [, resource $ link_identifier ] )\x0d\x0a\x0d\x0a只是確定操作是否成功\x0d\x0a\x0d\x0a$result = mysql_query($sql, $link); // 執(zhí)行查詢語句\x0d\x0a\x0d\x0a是執(zhí)行查詢語句,這時(shí)返回的是\x0d\x0aresource mysql_query ( string $query [, resource $link_identifier ] )\x0d\x0a\x0d\x0a資源符號(hào),通過var_dump($result)可以看到該變量的類型,不是數(shù)組\x0d\x0a\x0d\x0a隨后通過mysql_fetch_array($result);獲取實(shí)際查詢語句所能獲取的數(shù)據(jù)\x0d\x0a每次操作,返回一行數(shù)據(jù)\x0d\x0a該操作會(huì)變相的移動(dòng)該資源的指針,PHP的概念里面沒有指針,但需要知道該函數(shù)可以多次執(zhí)行\(zhòng)x0d\x0a概念和foreach一致\x0d\x0a\x0d\x0a所以通過\x0d\x0awhile ($bookInfo = mysql_fetch_array($result)){\x0d\x0a\x0d\x0a}\x0d\x0a可以獲取所有的行數(shù)據(jù)\x0d\x0a如果沒有數(shù)據(jù)會(huì)返回false,所以while會(huì)自動(dòng)停止循環(huán)
創(chuàng)新互聯(lián)專注于城關(guān)網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠為您提供城關(guān)營銷型網(wǎng)站建設(shè),城關(guān)網(wǎng)站制作、城關(guān)網(wǎng)頁設(shè)計(jì)、城關(guān)網(wǎng)站官網(wǎng)定制、小程序開發(fā)服務(wù),打造城關(guān)網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供城關(guān)網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。
php使用mysql查詢數(shù)據(jù)庫已經(jīng)有多少條數(shù)據(jù)使用sql的count函數(shù)實(shí)現(xiàn)。
示例代碼如下:
?php
//數(shù)據(jù)庫連接
$conn=mysql_connect("localhost","root","root");
if(!$conn){
die("對(duì)不起,數(shù)據(jù)庫連接失敗! ").mysql_errno();
}
//選擇數(shù)據(jù)庫
mysql_select_db("testdb");
//sql語句
$sql="SELECT COUNT(*) AS count FROM user";
//執(zhí)行sql
$query=mysql_query($sql,$conn);
//對(duì)結(jié)果進(jìn)行判斷
if(mysql_num_rows( $query)){
$rs=mysql_fetch_array($query);
//統(tǒng)計(jì)結(jié)果
$count=$rs[0];
結(jié)果已經(jīng)有了,我就說下這句話的區(qū)別
mysql_select_db,字面上就能理解,選擇數(shù)據(jù)庫
去PHP手冊中可以發(fā)現(xiàn)該函數(shù)的返回值是bool,也就是布爾值
bool mysql_select_db ( string $database_name [, resource $ link_identifier ] )
只是確定操作是否成功
$result = mysql_query($sql, $link); // 執(zhí)行查詢語句
是執(zhí)行查詢語句,這時(shí)返回的是
resource mysql_query ( string $query [, resource $link_identifier ] )
資源符號(hào),通過var_dump($result)可以看到該變量的類型,不是數(shù)組
隨后通過mysql_fetch_array($result);獲取實(shí)際查詢語句所能獲取的數(shù)據(jù)
每次操作,返回一行數(shù)據(jù)
該操作會(huì)變相的移動(dòng)該資源的指針,PHP的概念里面沒有指針,但需要知道該函數(shù)可以多次執(zhí)行
概念和foreach一致
所以通過
while ($bookInfo = mysql_fetch_array($result)){
}
可以獲取所有的行數(shù)據(jù)
如果沒有數(shù)據(jù)會(huì)返回false,所以while會(huì)自動(dòng)停止循環(huán)
你的意思是說
點(diǎn)擊查詢后
要吧與關(guān)鍵字相關(guān)聯(lián)的整條記錄都顯示出來?
那樣的話
你要先把這條記錄復(fù)制
給某個(gè)數(shù)組,然后輸出這個(gè)數(shù)組就可以了
$sql="select
*
from
db1
where
name=$_post[name]";
$result=mysql_query($sql,$con);
$row=mysql_fetch_array($result)
echo
$row[name];
echo
$row[age];
……
網(wǎng)站題目:php數(shù)據(jù)庫條數(shù)據(jù) php實(shí)現(xiàn)數(shù)據(jù)庫查詢
網(wǎng)頁鏈接:http://muchs.cn/article14/doesege.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供自適應(yīng)網(wǎng)站、網(wǎng)站排名、網(wǎng)站建設(shè)、云服務(wù)器、定制網(wǎng)站、手機(jī)網(wǎng)站建設(shè)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)