mysql_fetch_assoc返回来的数组 php中处理mysql_fetch_assoc返回来的数组 不用foreach----echo
人气:0想了解php中处理mysql_fetch_assoc返回来的数组 不用foreach----echo的相关内容吗,在本文为您仔细讲解mysql_fetch_assoc返回来的数组的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:mysql_fetch_assoc,数组,下面大家一起来学习吧。
复制代码 代码如下:
$id = intval($_GET['id']);
$row = $db->getResult($db->query("select * from ".$t."product where id=$id;"));
$rows = $row[0];//处理mysql_fetch_assoc返回来的数组 不用foreach----echo!
加载全部内容