Warning: mysql_fetch_assoc() expects parameter 1 to be resource, string
given in /home/######/public_html/whatever/this/my_stats.php on line...
This is line 40 $row83 = mysql_fetch_assoc($important);
This is line 38 to 41
//Check to see if the warlist message exists
$important = ("SELECT * FROM invites WHERE user_id='".$id."' AND
sent_id='".$userp['id']."'");
$row83 = mysql_fetch_assoc($important);
$result = mysql_query($important);
No comments:
Post a Comment