PHP 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 »
Top 20 Similar PHP Tutorials
PHP_SELF Server Varible Explained
What is $_SERVER[PHP_SELF]; server variable? Here's some examples on how to use it. And our script we used PHP_SELF with on it
General »
Sanitisation and Validation in PHP
Sanitisation and Validation are important terms to understand when writing PHP applications.
Basics »
PHP Form Validation Tutorial
In this tutorial you will learn how to Make sure your forms are filled out properly
General »
SQL injection protection and data validation
SQL injections and data validation to help protect your site
Security »
Form validation with Captcha image
In this tutorial I will show you how to create a captcha image to protect your form submissions.
Security »
Math Captcha image validation
Learn how to secure your scripts from spam with a match captcha
Security »
Email validation with regular expression
A short tutorial howto validate an email address during form processing.
General »










