multiple update using ajax with php

前端 未结 4 1599
醉话见心
醉话见心 2021-01-27 14:53

hey guys im trying to update my database using php ang ajax, but assuming that the textbox are dynamic thats why im trying to update the database using multiple updates with one

4条回答
  •  一个人的身影
    2021-01-27 15:46

    You are not escaping vars, so it could be some ' or " in your values.

    http://php.net/manual/en/mysqli.real-escape-string.php

提交回复
热议问题