2011年3月31日
摘要: from:http://www.wangzhengdong.com/blog/mysql_fetch_object-mysql_fetch_row-mysql_fetch_array.html<?php$link=mysql_connect(’localhost’,'root’,”);mysql_select_db(’abc’,$link);$sql = “select * from book”;$result = mysql_query($sql);while($row = mysql_fetch_row($result)){echo $row['cid'].’ 阅读全文
posted @ 2011-03-31 10:12 佐伊凡 阅读(249) 评论(0) 推荐(0) 编辑