after i install a full mod engeen i getting that error
line 4 is
and
qchat.php
line 185 code is Code:
plz help me here error *****
HTML Code:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/adminzon/public_html/incfiles/func_quick.php on line 4
HTML Code:
while ($res = mysql_fetch_array($roq))
and
Warning: mysql_result() expects parameter 1 to be resource, boolean given in /home/adminzon/public_html/users/qchat.php on line 185
line 185 code is Code:
HTML Code:
$req = mysql_query("SELECT COUNT(*) FROM `qchat`"); $colmes = mysql_result($req, 0);
Comment