Jump to content

[SOLVED] Return error


Minase

Recommended Posts

$ranking = mysql_query("SELECT * FROM `" . DBPREFIX . "users` ORDER BY Capture DESC Limit 0,50") or die(mysql_error());
while($r = mysql_fetch_array($ranking)){
echo '
<tr>
<td align="center">'.$r['Capture'].'</td>
</tr>
';
}

 

can someone tell me what is wrong with my code please?

 

look at my image :

http://img84.imageshack.us/img84/2832/unbenanntdt0.png

 

booty = Capture column

 

it doesnt return normal results :o

thanks

Link to comment
https://forums.phpfreaks.com/topic/119124-solved-return-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.