Posts Tagged ‘inject’

PHP Tutorials: Security – SQL Injection

Protect against SQL Injection and avoid database compromise through variable data that hasn’t been sanitized. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Security – XSS (Cross-site scripting)

Protect against injecting of client-side scripts (such as JavaScript) on your website. XSS affects any user-defined data that is output anywhere on your site. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: SQL Injection (Part 2)

Learn how to protect against SQL injection by simply changing one line of code!

PHP Tutorials: SQL Injection (Part 1)

Learn what SQL injection is and how to get access to an account without a password.