11-03-2008, 12:10 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
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
__________________
|
|
|