2013年7月10日
摘要: 从$res获取行数据的时候,处理mysql_fetch_row($res),还有三个方法,分别是mysql_fetch_row($res); 返回一个所以的数组,速度较快。mysql_fetch_assoc($res);返回一个关联数组mysql_fetch_array($res);返回索引数组和关联数组mysql_fetch_object($res);把一行数据当做一个对象返回。 阅读全文
posted @ 2013-07-10 19:42 爱搁浅 阅读(143) 评论(0) 推荐(0) 编辑