Security · Newest PHP Tutorials

PHP Login Script Tutorial

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

Top 7 PHP Security Blunders

PHP is a terrific language for the rapid development of dynamic Websites. It also has many features that are friendly to beginning programmers, such as the fact that it doesn't require variable declarations. However, many of these features can lead a programmer inadvertently to allow security holes to creep into a Web application.
Security » sitepoint.com
Score(+): 2 | Views: 99 | Similar Tuts | Save it | View this tutorial

Understanding the Life of a Session

Covering the biggest session misconceptions. Understand once and for all what they are all about.
Security » talkphp.com
Score(+): 1 | Views: 87 | Similar Tuts | Save it | View this tutorial

Learn the Authentication and Security for Database Applications

In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web
Security » brainbell.com
Score(+): 1 | Views: 116 | Similar Tuts | Save it | View this tutorial

Mail() security risks

In this tutorial we'll speak about the dangers mail() brings with it.
Security » combined-minds.net
Score(+): 2 | Views: 129 | Similar Tuts | Save it | View this tutorial

Email spam protection with gravatar enabled!

This tutorial helps you to know more about Email spam protection with gravatar enabled!
Security » mileswjohnson.com
Score(+): 3 | Views: 121 | Similar Tuts | Save it | View this tutorial

Protection from SQL Injection

This tutorial is about Protection from SQL Injection
Security » icrack.co.uk
Score(+): 4 | Views: 135 | Similar Tuts | Save it | View this tutorial

PHP Walkthrough & Script: Building an Apache-like Access Control List (ACL)

We're going to be constructing an Apache-like, in fact we're going to be emulating the Apache ACL in its entirety. Although you could quite easily use Apache, this allows you to see how it's all done and even extend onto it to allow temporary bans which expire after a certain amount of time - if you were that way inclined.
Security » talkphp.com
Score(+): 6 | Views: 137 | Similar Tuts | Save it | View this tutorial

How to hide your CSS files from rippers using php and .htaccess

In this tutorial the author tries to teach you an experimental method for hiding CSS files
Security » n1studios.net
Score(+): 1 | Views: 115 | Similar Tuts | Save it | View this tutorial

Security in your online applications

Protect yourself, your server and your scripts. Also covers session fixation and SQL injection.
Security » roscripts.com
Score(+): 2 | Views: 130 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

This tutorial contains some advanced techniques for securing a website
Security » ilovejackdaniels.com
Score(+): 2 | Views: 135 | Similar Tuts | Save it | View this tutorial

Prevent Direct Access To A File with PHP

This tutorial is about Preventing Direct Access To A File with PHP
Security » iscripting.net
Score(+): 2 | Views: 243 | Similar Tuts | Save it | View this tutorial

Cryptography's Sodium Chloride

Learn how to salt hashes for increased security
Security » talkphp.com
Score(+): 1 | Views: 60 | Similar Tuts | Save it | View this tutorial

Include Protection

In this tutorial you will learn how to avoid unwanted access to your include files
Security » haugland.ca
Score(+): 2 | Views: 155 | Similar Tuts | Save it | View this tutorial

Site Security (Anti Hacking)

This tutorial is about Preventing XSS or Cross Site Scripting
Security » avengex.com
Score(+): 2 | Views: 100 | Similar Tuts | Save it | View this tutorial