Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Dharman

Dharman

Dharman has asked 19 questions and find answers to 59 problems.

Stats

1.4k
EtPoint
421
Vote count
19
questions
59
answers

About

Warning: You are wide open to SQL Injections and should use parameterized prepared statements instead of manually building your queries. They are provided by PDO or by MySQLi. Never trust any kind of input! Even when your queries are executed only by trusted users, you are still in risk of corrupting your data. Escaping is not enough!