Security · Newest PHP Tutorials

IP Banning in with mySQL

This tutorial will show you how to ban people by IP address with php and mysql
Security » chipmunk-scripts.com
Score(+): 2 | Views: 51 | Similar Tuts | Save it | View this tutorial

Password Protect with Cookies

After studying this tutorial you will be able to have a password protection system that uses cookies
Security » 13dots.com
Score(+): 0 | Views: 17 | Similar Tuts | Save it | View this tutorial

Protecting Against CSRF Attacks On Websites

Here you can learn more about Protecting Against CSRF Attacks On Websites
Security » webadepts.com
Score(+): 0 | Views: 19 | Similar Tuts | Save it | View this tutorial

Exploit Protection

Reducing PHP Exploits on Your Site
Security » haugland.ca
Score(+): 0 | Views: 18 | Similar Tuts | Save it | View this tutorial

Your Site could be Insecure: The Dangers of the Header Function

The header function may seem relatively straightforward on the surface . You issue the function along with a header as the first argument and it does the rest for you. Many people rely religiously on the header function working to forward users to the next page.
Security » talkphp.com
Score(+): 0 | Views: 14 | Similar Tuts | Save it | View this tutorial

Flood Protection

Prevent Post Spam with IP Tracking
Security » avengex.com
Score(+): 0 | Views: 23 | Similar Tuts | Save it | View this tutorial

Why you shouldn't rely entirely on an IP

This tutorial tries to tell you that why you can not rely entirely on an IP
Security » talkphp.com
Score(+): 0 | Views: 25 | Similar Tuts | Save it | View this tutorial

Forbidden Direct Downloads

Learn a Simple code to stop hotlinking to your files
Security » bhsdesign.com
Score(+): 0 | Views: 19 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

Learn how to avoid some of the most common mistakes in PHP
Security » ilovejackdaniels.com
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

PHP Include file to do user authentication using httpd pop-up in MySQL

This is a PHP include file which does user authentication using the built-in HTTP basic realm authentication mechanism. This means you will get a browser pop-up asking the username and password
Security » coolcommands.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

Creating A Permission System

Creating A Permission System for users in conjunction with a login system
Security » 13dots.com
Score(+): 0 | Views: 24 | Similar Tuts | Save it | View this tutorial

Protecting Against SQL Injections On Websites

Learn how to protect Against SQL Injections On Websites
Security » webadepts.com
Score(+): 0 | Views: 22 | Similar Tuts | Save it | View this tutorial

Prevent Image Hotlinking

In this tutorial you will learn more about Prevent Image Hotlinking
Security » biorust.com
Score(+): 0 | Views: 20 | Similar Tuts | Save it | View this tutorial

$_SERVER['PHP_SELF'] Validation

Why would I want to validate PHP_SELF? It's a server side value, so how could it be a security issue? Wrong! It can be altered by the user for XSS (Cross Side Scripting). Read on!
Security » gfx-depot.com
Score(+): 0 | Views: 25 | Similar Tuts | Save it | View this tutorial

PHP Login Script Tutorial

Learn how to create a simple login system with php and mysql
Security » phpeasystep.com
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial