私のクエリ:
$result = mysql_query("SELECT * FROM members WHERE email=$email")
or die(mysql_error());
この場合、$email は「info@frankkluytmans.nl」で埋められます。このクエリが実行されたときに発生するエラーは次のとおりです。
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@frankkluytmans.nl' at line 1
私は何を間違っていますか?