Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Dharman

Dharman

Dharman has asked 17 questions and find answers to 52 problems.

Stats

1.3k
EtPoint
386
Vote count
17
questions
52
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!