help plz

Any problem with PHP can be disscused here
Post Reply
UNDERCOVER
Posts: 115
Joined: Tue Apr 05, 2005 1:02 pm

help plz

Post by UNDERCOVER »

how can i fix this that is if it can be fixed


Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/undercov/public_html/game4/funcs.php on line 41

Warning: Cannot modify header information - headers already sent by (output started at /home/undercov/public_html/game4/funcs.php:866) in /home/undercov/public_html/game4/html.php on line 61

Warning: Cannot modify header information - headers already sent by (output started at /home/undercov/public_html/game4/funcs.php:866) in /home/undercov/public_html/game4/html.php on line 62
You are not logged in.


UNDERCOVER
Posts: 115
Joined: Tue Apr 05, 2005 1:02 pm

help

Post by UNDERCOVER »

help nvm about the other one i fixed that but i need help with this

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/undercov/public_html/game4/funcs.php on line 108

Promisance Top 10 Listing
Current Game Time:

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '...' at line 1


and on line 108 it is
while ($clan = mysql_fetch_array($clans))

and how do i fix
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '...' at line 1
if i have to type some thing were and wat ?
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

is everything ok with variables, like "$clan" and "$clans" ?
Image
Post Reply