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

  作者:bea

php do while方法 一般需要先$row=mysql_fetch_array($result)然后 do{something}while($row=mysql_fetch_array($result))php while循环while($row=mysql_fetch_array($result)){}