View Single Post
Old 11-03-2008, 12:10 PM   #1 (permalink)
webtuto
The Addict
 
webtuto's Avatar
 
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
webtuto is on a distinguished road
Default problem with max()

hey i want choose 5 users whos gain the max points and ive made this code

PHP Code:
          $val mysql_query("SELECT max(point) FROM `points`")or die(mysql_error());
          while(
$able mysql_fetch_array($val))
          {
          echo 
$able['MAX(point)']."<br />";
          } 
BUT IT GIVE IS BLANK PAGE :s
is there any solutions thanks
__________________
Send a message via MSN to webtuto Send a message via Yahoo to webtuto Send a message via Skype™ to webtuto
webtuto is offline  
Reply With Quote