=
“選擇*
從
表1
";//查詢表table1
$結果
MySQL _ query($ conn,$ SQL);//將表與數據庫連接起來
$輸出
[];
//用於存放查詢的商品。
while($ row = mysqli _ fetch _ assoc($ result))!= = null ){
$output【】
$ row
}
回聲
JSON _ encode($輸出);//輸出查詢到的數據。