PHP Security Pt 5

I go over how SQL Injection was used on a friends website because of holes in their PHP Security. I show you how to secure against SQL Injection through regular expressions and a captcha system. Code is here
Back to Top