当前位置:主页 > 软件编程 > PHP代码 >

php中处理mysql_fetch_assoc返回来的数组 不用foreach----echo

时间:2020-11-11 11:57:32 | 栏目:PHP代码 | 点击:

复制代码 代码如下:

$id = intval($_GET['id']);
$row = $db->getResult($db->query("select * from ".$t."product where id=$id;"));
$rows = $row[0];//处理mysql_fetch_assoc返回来的数组 不用foreach----echo!

您可能感兴趣的文章:

相关文章