Are PHP MySQLi prepared queries with bound parameters secure?

前端 未结 3 1128
温柔的废话
温柔的废话 2020-12-10 18:23

Historically, I\'ve always used

mysql_real_escape_string()

for all input derived from users that ends up touching the database.

Now

3条回答
提交回复
热议问题