編集スクリプトを使用すると、何らかの理由でこのエラーが発生します。POST
値を入力して、経由で実行することさえ試みましたPHPmyAdmin
。これが私が得たエラーです:
#1064 - 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 'drop=1, sell=10, cash=10, law=7, boss=1 WHERE ID=11' at line 1
クエリは次のとおりです。
UPDATE toondb SET name='$_POST[toonname]', tlaff=$_POST[tlaff], ttype=$_POST[ttype], toonup=$_POST[toonup], trap=$_POST[trap], lure=$_POST[ lure]、sound=$_POST[sound]、throw=$_POST[throw]、squirt=$_POST[squirt]、drop=$_POST[drop]、sell=$_POST[sell]、cash=$_POST[cash] 、law=$_POST[law]、boss=$_POST[boss] WHERE ID=$_POST[ID]
値が入力されたものを次に示します。
UPDATE toondb SET name='ik'、tlaff=137、ttype=2、toonup=1、trap=1、lure=1、sound=1、throw=1、squirt=1、drop=1、sell=10、cash =10、法律=7、上司=1 WHERE ID=11
すべての列はINT
名前以外にあります。名前はvarchar
.