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 » gfx-depot.com
Score(+): 0 | Views: 54 | Save it | Report it


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 » totaldream.org
Score(+): 1 | Views: 32 | Similar Tuts | Save it | View this tutorial

Form validation

Various ways to make sure that users submit what you want
General » deceptive-logic.com
Score(+): 0 | Views: 40 | Similar Tuts | Save it | View this tutorial

Sanitisation and Validation in PHP

Sanitisation and Validation are important terms to understand when writing PHP applications.
Basics » zymic.com
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Simple Email Validation

Learn how to use email verification to validate your users.
General » retireat21.com
Score(+): 0 | Views: 53 | Similar Tuts | Save it | View this tutorial

PHP Form Validation Tutorial

In this tutorial you will learn how to Make sure your forms are filled out properly
General » lotsofcode.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

SQL injection protection and data validation

SQL injections and data validation to help protect your site
Security » chipmunk-scripts.com
Score(+): 0 | Views: 78 | Similar Tuts | Save it | View this tutorial

Form validation with Captcha image

In this tutorial I will show you how to create a captcha image to protect your form submissions.
Security » phptoys.com
Score(+): 1 | Views: 50 | Similar Tuts | Save it | View this tutorial

Math Captcha image validation

Learn how to secure your scripts from spam with a match captcha
Security » chipmunk-scripts.com
Score(+): 1 | Views: 49 | Similar Tuts | Save it | View this tutorial

Email validation with regular expression

A short tutorial howto validate an email address during form processing.
General » phptoys.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial