php help :<
#4

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
PHP код:
$order_query mysql_query"SELECT * FROM `accounts` ORDER BY `kills` DESC LIMIT 5" );
while(
$order_fetch mysql_fetch_assoc$order_query ) )
       echo( 
$order_fetch['username'] . ":" $order_fetch['kills'] . " kills. <br />" ) ; 
Ah, thank you very much for picking that up. I didn't notice I missed a important keyword in the syntax.
Reply


Messages In This Thread
php help :< - by swieberdevos - 11.06.2011, 23:24
Re: php help :< - by Cyanide - 12.06.2011, 01:12
Re: php help :< - by [L3th4l] - 12.06.2011, 01:39
Re: php help :< - by Cyanide - 12.06.2011, 01:40

Forum Jump:


Users browsing this thread: 1 Guest(s)