当前位置:Gxlcms > PHP教程 > php循环输出数据库内容的代码

php循环输出数据库内容的代码

时间:2021-07-01 10:21:17 帮助过:18人阅读

php do while方法

     一般需要先$row=mysql_fetch_array($result)
然后
do{
something
}
while($row=mysql_fetch_array($result))

php while循环

while($row=mysql_fetch_array($result)){

}

人气教程排行