摘要: PHP操作代码 阅读全文
posted @ 2016-07-05 11:29 wcu1117 阅读(1351) 评论(0) 推荐(0) 编辑
摘要: <?php$username=$_GET['uid']; //获取一个值作为查询条件$result=$db->query("select * from trip where author='".$username."'");$num_cats=$result->num_rows; //是否有返回行i 阅读全文
posted @ 2016-07-05 11:20 wcu1117 阅读(3351) 评论(0) 推荐(0) 编辑