已编辑! 好的,我的网站上有 3 个错误。这些是弹出的错误。 连接信息:
$dbhost = '127.0.0.1';
$dbdatabase = 'bans';
$dbuser = 'dsfhalsfdh';
$dbpassword = 'lfhdjklfdf';
$webname = 'InsanityRP.Com'
这是错误:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/klayplex/public_html/insanityrp.com/bans/index.php on line 41
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/klayplex/public_html/insanityrp.com/bans/index.php on line 68
我的代码按顺序排列:
$result = mysql_fetch_array(mysql_query($query));
然后
while($row=mysql_fetch_assoc($result)){
有什么看起来很奇怪吗?我根本不懂 PHP,所以如果可以的话,请告诉我要编辑什么,或者只是给我复制和粘贴的代码。