什么情况下取不到数据库的值
我在运行
$sql="select* from book where id='2'";
$qurey=mysql_query($sql);
$row=mysql_fetch_assoc($qurey);
echo $row;
$date[]=$row;
为什么输出结果为 Array
取不到数据库里的值
我在运行
$sql="select* from book where id='2'";
$qurey=mysql_query($sql);
$row=mysql_fetch_assoc($qurey);
echo $row;
$date[]=$row;
为什么输出结果为 Array
取不到数据库里的值
2015-12-14
举报