Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/d00005/websites/lom-guild.com/wowroster/lib/wowdb.php on line 153
this is the warning i get all the time , couldnt figure what this functions is doing wrong
Out of wowdb.php:
function num_rows( $result )
{
return mysql_num_rows( $result );
}
for the rest it is working ok exept the warning
greetz