html:
<
divid
="sct"
>
<
form
action=""
method=""
>
<
table
class
="prod"
>
<
thead
>
<
th>
編號th
>
<
th>
使用者名稱th
>
<
th>
賣家名稱
th>
<
th>
**th
>
<
th>
商品th
>
thead
>
<
tbody
>
<
tr>
<
td>
0001
td>
<
td>
測試名稱
td>
<
td>
森馬***
載入更多
button
>
div>
js:$("#load-more"
).click(
function
()
},
error:function
()
});
});
php**:
<?php
//假設為當前登入的使用者名稱,後台**可以記錄此值
$user_name
= '測試名稱'
;
//儲存所有訂單的陣列
$orders
=;
//連線資料庫
$conn
=mysqli_connect(
'127.0.0.1'
,'root',''
,'taobao'
);
//執行sql語句
$sql
='set names utf8'
; mysqli_query($conn
,$sql
);
$sql
="select * from taobao_orders,taobao_products where taobao_orders.order_id=taobao_products.order_id"
; //查詢資料
$result
=mysqli_query(
$conn
,$sql
);
//遍歷並儲存查詢結果
while
(true)
//查詢到的乙個訂單儲存到訂單陣列中
$orders
= $order
;
} echo
json_encode(
$orders
);
?>
PHP實現連線資料庫
doctype html html lang en head meta charset utf 8 title title title head body form action php連線資料庫.php method post 使用者名稱 input type text name username...
連線資料庫
2 documents 目錄就是我們可以用來寫入並儲存檔案得地方,一般可通過 nsarray paths nssearchpathfordirectoriesindomains nsdocumentdirectory,nsuserdomainmask,yes nsstring documentsdi...
連線資料庫
1 oracle8 8i 9i資料庫 thin模式 class.forname oracle.jdbc.driver.oracledriver newinstance string url jdbc oracle thin localhost 1521 orcl orcl為資料庫的sid strin...