mysql_fetch_array() Error

A

Anonymous

Guest
Hi,

Code:
$checkbanned  = mysql_query("select * from banned where ip_addr='$ip'", $c);

$c is the problem in your query, You can use the mysql_fetch_array without the $c variable.

There must be problem in your link_identifier.
 
Back
Top