A
Anonymous
Guest
Can anyone see the error on line 3 of this piece of code?
$rankquery = "select rank, max(rank) from info";
$rankresult = mysql_query($rankquery);
$rank = mysql_fetch_row($rankresult);
Here's the error message:
Warning: Supplied argument is not a valid MySQL result resource in /home/www/et/register.php on line 66
$rankquery = "select rank, max(rank) from info";
$rankresult = mysql_query($rankquery);
$rank = mysql_fetch_row($rankresult);
Here's the error message:
Warning: Supplied argument is not a valid MySQL result resource in /home/www/et/register.php on line 66