Archive for April, 2008
How To: Secure PHP-MySql against SQL Injection
SQL Injection is a technique that exploits a security vulnerability at the database layer of an application. It is a special way of crafting or designing an input string such that the user gets control over the database.
For eg: Mostly all database related statements would look similar to: SELECT * FROM [...]
