php不能显示mysql第一行数据

2025-03-22 15:23:06
推荐回答(3个)
回答1:

while($row=mysqli_fetch_assoc($res)){
    echo $row['id'] . ' : ' . $row['name'] . ' : ' . $row['password'] . ' : ' . $row['email'] . '
';
}

望采纳

回答2:

我也是这个问题请问你解决了吗

回答3:

mysql_fetch_row()