while($rows = mysql_fetch_array($request))为什么每次写这个都给警告?while(($rows = mysql_fetch_array($request))!=false)这样写就好了,有什么区别呢MySQLPHP