Hi! I am getting the below warning:Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\phpdev5\www\damndiw4.php on line 331
and only when there is an apostrophe in the variable being compared. The query is:
$get_depsite_info = mysql_query("SELECT * FROM depsite WHERE depsitename = '".$row['dropdowndeposite']."'");
What can I do to prevent this from happening?