標題:
20110619_從資料庫撈資料
[打印本頁]
作者:
may
時間:
2011-6-19 09:42
標題:
20110619_從資料庫撈資料
0619_1.php
<?php
include("db_conn.php");
$sql = "SELECT * FROM customerinfor_tab WHERE ci_no = 1";
$result = mysql_query($sql);
while($rs = mysql_fetch_array($result)){
echo $rs['ci_mobile'].$rs['ci_birthday']."<br/>";
}
?>
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2