摘要: <?php header("Content-Type:text/html;charset=utf-8"); include "page.class.php"; $link=mysql_connect("localhost", "root", ""); mysql_select_db("bbs"); $result=mysql_query("select * from content"); $total=mysql_num_rows($result); 阅读全文
posted @ 2012-03-09 23:18 panmyth 阅读(103) 评论(0) 推荐(0) 编辑