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
Posts Tagged ‘secure’
PHP Tutorials: Security – XSS (Cross-site scripting)
December 17th, 2011
phpmoz 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 Tutorial: Professional Registration System (Part 2)
October 9th, 2011
phpmoz Download Tutorial Files: www.phpvault.net This tutorial will teach you how to create your own professional php user-registration system for your website. I will be uploading more tutorials, so please subscribe.
PHP Tutorial: Professional Registration System (Part 3)
October 8th, 2011
phpmoz Download Tutorial Files: www.phpvault.net This tutorial will teach you how to create your own professional php user-registration system for your website. I will be uploading more tutorials, so please subscribe.
PHP Tutorials: Security – File Uploading
August 17th, 2011
phpmoz Not protecting file uploads is a common security problem, and can lead to a variety of security issues. Have you protected your file upload process? WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Security – File Includes
August 16th, 2011
phpmoz Including files from any potentially user defined source can lead to severe security vulnerabilities being present in your code, allowing an attacker to potentially gain full control of your website. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorial: Avatar / Profile Image Upload [part 03]
July 9th, 2011
phpmoz In this part I show you how to modify the profile page to display the image.
PHP Tutorials: Secure File Upload (Part 1/3)
June 9th, 2011
phpmoz File uploading, ensuring that you only allow a specific set of allowed file extensions. An easy, effective way to protect against malicous and unwanted file being uploaded. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Random Password Generator (Part 1/2)
June 4th, 2011
phpmoz A simple random password generator, which generates a variable character secure random password upon clicking a generate button WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

Posted in
Tags:


PHP Tutorial Bad Word Filter Function and Harmful Character String Replacement System
Learn to build bad word or harmful character filter functions and data filtration systems for user input. We are using the str_ireplace() php function fed with arrays.