Tutorial search
PHP Tutorials
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
PHP Security Tutorials
We hope that you will enjoy our PHP Security tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Security tutorials to our site. Thank you !
5 Helpful Tips for Creating Secure PHP Applications

One of my sites was recently hacked by some dildo. I was running Joomla 1.5 and they broke into the admin account with a known exploit. This video shows you how you can prevent it to start with and how to reset your admin password to get back into your site.

Enable your web application for Open ID to let your users log in without having to remember yet another password.

Easily create backups with PHP. Just a few lines, and very easy to configure.

If your website has a feature such as uploader and you want to track the people that use it, then you may want to consider using some sort of record script that will record information to somewhere. In this tutorial you will see how you can create a script that will silently record a user IP address and store all information in a .txt file, no database required!

This short tutorial follows up from my 4th tutorial (login form) and simply
shows you how to prevent hackers from manipulating your database. Please use the
information I have provided, it will make y

Not validating user input exposes your application to a lot of security breaches. If you don't validate, it's easy for a hacker to crack open your site, steal your customer information, maybe without even having you know it. Learn how to prevent this.

In this tutorial we'll go over some of the areas of PHP that need special attention to make sure your code protects against malicious attempts, from SQL Injection to the underestimated - XSS.

The internet is not safe. It never will be. We will always have trolls and spammers, but even worse: Hackers. Luckily, you can fight these as a webmaster. The most common reason how your website gets hacked, is via user input that gets displayed. I"™ll show you how to avoid this with a fairly simple script.

Create a complex IP Banning System with an Admin Panel system

A very long tutorial on making an advanced user system with usergroups, timezones, avatars and "online now" system.

SQL injections and data validation to help protect your site
Total Tutorials in Category: 116





