Code:
( ! ) Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\test\archs.php on line 28
Call Stack
# Time Memory Function Location
1 0.0003 674816 {main}( ) ..\archs.php:0
2 0.0018 714352 mysql_fetch_array ( ) ..\archs.php:28
Code:
while ($row = mysql_fetch_array($rank)) {
Code:
$rank = mysql_query('SELECT Name,Class,Level FROM entities WHERE Class=45 '.' ORDER by Class desc LIMIT '.$limit.';');
$i=1;






