2025年云南成考学历提升预报名

php簡(jiǎn)單實(shí)現(xiàn)查詢數(shù)據(jù)庫(kù)返回json數(shù)據(jù)
來(lái)源:易賢網(wǎng) 閱讀:2303 次 日期:2015-04-20 14:42:18
溫馨提示:易賢網(wǎng)小編為您整理了“php簡(jiǎn)單實(shí)現(xiàn)查詢數(shù)據(jù)庫(kù)返回json數(shù)據(jù)”,方便廣大網(wǎng)友查閱!

示例代碼一:

// 設(shè)置返回json格式數(shù)據(jù)

header('content-type:application/json;charset=utf8');

//連接數(shù)據(jù)庫(kù)

$link = mysql_connect("localhost", "root", "root") or die("Unable to connect to the MySQL!");

mysql_query("SET NAMES 'UTF8'");

mysql_select_db("jilinwula", $link) or die("Unable to connect to the MySQL!");

// 獲取分頁(yè)參數(shù)

$page = 0 ;

$pageSize = 3;

if(!is_null($_GET["page"])) {

$page = $_GET["page"];

}

if(!is_null($_GET["pageSize"])) {

$pageSize = $_GET["pageSize"];

}

// 查詢數(shù)據(jù)到數(shù)組中

$result = mysql_query("select username,password from userinfo limit " . $page . ", ". $pageSize ."");

$results = array();

while ($row = mysql_fetch_assoc($result)) {

$results[] = $row;

}

// 將數(shù)組轉(zhuǎn)成json格式

echo json_encode($results);

// 關(guān)閉連接

mysql_free_result($result);

mysql_close($link);

示例代碼二:

<?php

//需要執(zhí)行的SQL語(yǔ)句

//單條

$sql="select id,name from tbl_user where id=1";

//多條數(shù)據(jù)

//$sql="select id,name from tbl_user";

//調(diào)用conn.php文件進(jìn)行數(shù)據(jù)庫(kù)操作

require('Conn.php');

//提示操作成功信息,注意:$result存在于conn.php文件中,被調(diào)用出來(lái)

if($result)

{

// $array=mysql_fetch_array($result,MYSQL_ASSOC);

/*數(shù)據(jù)集

$users=array();

$i=0;

while($row=mysql_fetch_array($result,MYSQL_ASSOC)){

echo $row['id'].'-----------'.$row['name'].'</br>';

$users[$i]=$row;

$i++;

}

echo json_encode(array('dataList'=>$users));

*/

/*單條數(shù)據(jù)*/

$row=mysql_fetch_row($result,MYSQL_ASSOC);

echo json_encode(array('jsonObj'=>$row));

}

mysql_free_result($result);

//釋放結(jié)果

mysql_close();

//關(guān)閉連接

?>

更多信息請(qǐng)查看IT技術(shù)專欄

更多信息請(qǐng)查看網(wǎng)絡(luò)編程

扫描二维码关注易贤网公众号

由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門(mén)公布的正式信息和咨詢?yōu)闇?zhǔn)!

2026上岸·考公考編培訓(xùn)報(bào)班

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼

【备考推荐】2026云南农信社秋招笔试精讲课

關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)