请确认:“news”这个表是否存在于“wtbbs”数据库中。 再看一下“news”这个表有没有损坏。
$sgsql=mysql_query("select * from news");if($sgsql){ $sginfo=mysql_fetch_array($sgsql);} 先判断在取值