Posts Tagged ‘secure’

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 Tutorial: Professional Registration System (Part 2)

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)

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

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

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 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.

PHP Tutorial: Avatar / Profile Image Upload [part 03]

In this part I show you how to modify the profile page to display the image.

PHP Tutorials: Secure File Upload (Part 1/3)

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)

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