try another color:
try another fontsize: 60% 70% 80% 90%
PHP Suit
Useful PHP scripts

Three tips to write PHP code defensively

few helpful hints to help you write your PHP code defensively, protecting your code from malicious attackers

The phenomenal growth of PHP applications has also led to a mushrooming of increased quantum of malicious activity. It thus becomes imperative that you write secure PHP code to protect your website. Here are some tips for the same.The three most vulnerable aspects of PHP that can become easily accessible to anyone are XSS (Cross Site Scripting), Global Variables and SQL code.
Three Important Tips to Write PHP Code Defensively : Brown PHP