How do you prevent SQL injection in LAMP applications?

后端 未结 5 1110
隐瞒了意图╮
隐瞒了意图╮ 2020-12-20 16:31

Here are a few possibilities to get the conversation started:

  1. Escape all input upon initialization.
  2. Escape each value, preferably when generating the
5条回答
提交回复
热议问题