デバッグする前に、誰かがこの質問に答えられるかどうか見てみましょう。変更しようとしたのは構文の問題です。私はよくこの間違いを犯しますが、なぜ私がそうしているのかについての決定的な真実が役立つと思います.
前もって感謝します!
今回のエラー:
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 ' 'Andrew', 'West', '***@gmail.com',
'7*7 **', '', ' at line 14
使用したコード:
$db_insert = mysql_query("INSERT INTO catches (
catch_affid,
catch_firstname,
catch_lastname,
catch_email,
catch_street1,
catch_street2,
catch_city,
catch_state,
catch_postalcode,
catch_country,
catch_contactid
) VALUES (
$a,
'$f',
'$l',
'$e',
'$s1',
'$s2',
'$c',
'$s',
$p,
'$cy',
'$cid'
)");