Putting `@` in your code does **not** solve any issues. If you want to prevent SQL injection, escape your queries properly and/or consider using parameterized queries. See this question for [reference](http://stackoverflow.com/questions/60174/how-can-i-prevent-sql-injection-in-php).
– Amal MuraliAug 28 '13 at 12:41