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()