Preventing SQL Injection with MySQL and PHP
Monday, November 5th, 2007Most new web developers have heard of SQL injection attacks, but not very many know that it is fairly easy to prevent an attacker from gaining access to your data by filtering out the vulnerabilities using MySQL extensions found in PHP. (more…)


