Tutorial search

PHP Tutorials
Tutorials
Stuff
Affiliates

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 !

Sort by:
Silently record a user IP address
Silently record a user IP address
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!
Category: PHP tutorials > Security - Difficulty:
PHP - SQL Injection
PHP - SQL Injection
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
Category: PHP tutorials > Security - Difficulty:
Sanitizing PHP Input (Part I)
Sanitizing PHP Input (Part I)
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.
Category: PHP tutorials > Security - Difficulty:
PHP Security - Validate User Input Part I
PHP Security - Validate User Input Part I
PHP Security - Validate User Input Part I
Category: PHP tutorials > Security - Difficulty:
Basic PHP Security
Basic PHP Security
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.
Category: PHP tutorials > Security - Difficulty:
How to make a string safe for display in php
How to make a string safe for display in php
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.
Category: PHP tutorials > Security - Difficulty:
Create a complex IP Banning System with an Admin Panel system
Create a complex IP Banning System with an Admin Panel system
Create a complex IP Banning System with an Admin Panel system
Category: PHP tutorials > Security - Difficulty:
Simple String Encryption
Simple String Encryption
Simple String Encryption
Category: PHP tutorials > Security - Difficulty:
Advanced User System (timezones, usergroups, online now, avatars)
Advanced User System (timezones, usergroups, online now, avatars)
A very long tutorial on making an advanced user system with usergroups, timezones, avatars and "online now" system.
Category: PHP tutorials > Security - Difficulty:
SQL injections and data validation to help protect your site
SQL injections and data validation to help protect your site
SQL injections and data validation to help protect your site
Category: PHP tutorials > Security - Difficulty:
Ban IP Addresses from your site - How to make an easy IP blocking script
Ban IP Addresses from your site - How to make an easy IP blocking script
Ban IP Addresses from your site - How to make an easy IP blocking script
Category: PHP tutorials > Security - Difficulty:
How to encrypt user info with php
How to encrypt user info with php
f you run a serious webpage where you save login information for your members to a database it is generally a very good idea to perform some kind of encryption on these password to prevent the information to be shared in case your datebase would be hacked. This tutorial shows you how.
Category: PHP tutorials > Security - Difficulty:
Easy login script with encryption
Easy login script with encryption
Easy login script with encryption
Category: PHP tutorials > Security - Difficulty:
Smarter Hotlink Prevention - Protect your website images from hotlinking
Smarter Hotlink Prevention - Protect your website images from hotlinking
Smarter Hotlink Prevention - Protect your website images from hotlinking
Category: PHP tutorials > Security - Difficulty:
Security Tips - Security tips for PHP and MySQL based websites
Security Tips - Security tips for PHP and MySQL based websites
Security Tips - Security tips for PHP and MySQL based websites
Category: PHP tutorials > Security - Difficulty:
Total Tutorials in Category: 111