Security · Newest PHP Tutorials

Prevent SQL Injection

Learn how to protect your website for SQL Injection
Security » jesperkampmann.com
Score(+): 8 | Views: 309 | Similar Tuts | Save it | View this tutorial

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(+): 18 | Views: 623 | 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(+): 2 | Views: 177 | 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(+): 3 | Views: 195 | Similar Tuts | Save it | View this tutorial

Exploit Protection

Reducing PHP Exploits on Your Site
Security » haugland.ca
Score(+): 3 | Views: 162 | 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(+): 3 | Views: 159 | Similar Tuts | Save it | View this tutorial

Flood Protection

Prevent Post Spam with IP Tracking
Security » avengex.com
Score(+): 3 | Views: 177 | 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(+): 2 | Views: 161 | Similar Tuts | Save it | View this tutorial

Forbidden Direct Downloads

Learn a Simple code to stop hotlinking to your files
Security » bhsdesign.com
Score(+): 2 | Views: 192 | 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(+): 3 | Views: 229 | 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(+): 2 | Views: 261 | 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(+): 4 | Views: 263 | 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(+): 2 | Views: 193 | 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(+): 4 | Views: 230 | 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(+): 4 | Views: 194 | Similar Tuts | Save it | View this tutorial