?php
站在用戶的角度思考問題,與客戶深入溝通,找到郊區(qū)網(wǎng)站設(shè)計(jì)與郊區(qū)網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶體驗(yàn)好的作品,建站類型包括:成都網(wǎng)站設(shè)計(jì)、做網(wǎng)站、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、域名與空間、網(wǎng)頁空間、企業(yè)郵箱。業(yè)務(wù)覆蓋郊區(qū)地區(qū)。
//首先鏈接數(shù)據(jù)庫
$con=mysql_connect("服務(wù)器名","用戶","密碼");
//然后連接所在庫
mysql_select_db("庫名",$con);
//查詢數(shù)據(jù)庫
mysql_query("sql語句",$con);
//數(shù)據(jù)庫查詢后得到結(jié)果$reqult,你可以用
while($row=mysql_fetch_array($reqult)){
$array[]=$row;
}
//得到所有結(jié)果集。
//按你要求,就是
echo $array[2][lease];
mysql_close();
?
$con = mysql_connect("localhost","root","");//連接數(shù)據(jù)庫
mysql_select_db("btxiazai",$con);//選擇數(shù)據(jù)庫
mysql_query("set names utf8");
$sql = "select * from persons order by id desc limit 2";//獲取persons中的數(shù)據(jù),并按id倒敘排列,取其中兩條
$get = mysql_query($sql);//執(zhí)行sql
while($result = mysql_fetch_assoc($get)){//取回?cái)?shù)據(jù)
}
table width="50%" border="0"
tr
tdID/td
tdID2/td
tdorder1/td
tdorder2/td
tdorder3/td
/tr
?php
網(wǎng)站題目:php查詢數(shù)據(jù)庫多條取值 mysql查詢一個(gè)字段多個(gè)值
分享網(wǎng)址:http://jinyejixie.com/article2/dodocic.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供外貿(mào)網(wǎng)站建設(shè)、網(wǎng)站導(dǎo)航、搜索引擎優(yōu)化、軟件開發(fā)、商城網(wǎng)站、云服務(wù)器
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)