-
mysql_affected_rows() 只能获取前一次操作所影响的行数查看全部
-
php语句 foreach($data as $value)查看全部
-
<script>window.location.href='......'</script>查看全部
-
mysql_fetch_array的第二个参数查看全部
-
mysql_fetch_row和mysql_fetch_array的区别查看全部
-
php内置mysql_fetch函数查看全部
-
mysql_fetch_row返回索引数组; 另一种数组形式叫做 关联数组.查看全部
-
123查看全部
-
mysql_num_rows(获取结果集中的行的数目)查看全部
-
mysql函数查看全部
-
1.mysql_query('insert into test(name) values('tom')');//记录插入成功true,失败.. 2.mysql_error();//显示mysql的错误,不需要参数; 3.在php中sql语句是小写,在mysql中大写查看全部
-
从数据库中调取文章信息查看全部
-
系统架构设计查看全部
-
数据表查看全部
-
对于查询类的语句会返回一个资源句柄(resource),可以通过该资源获取查询结果集中的数据。 $row = mysql_fetch_array($res); var_dump($row);查看全部
举报
0/150
提交
取消