a simple sql query below has me baffled .dont take much i know.
its for spincards game in chatroom. its not selecting the correct winner.
i have narrowed it down to this statement.
appreciate any help ta
its for spincards game in chatroom. its not selecting the correct winner.
i have narrowed it down to this statement.
Code:
$rpgd = mysql_query("SELECT id, cards FROM dave_users ORDER by cards DESC LIMIT 1"); while($rpgds=mysql_fetch_array($rpgd))
Comment