category      articles    
 
Adsense
Adwords
Article
Blog
CMS
CSS Style
Datacenter
Design Graphics
Flash Animation
Internet Radio
Messenger
Programming
Provider
Search Engine
Security
Security Web
SEF
SEO
Software
Software Web
Register Global

When you use a php programming, you should check for your server. If your server set register global=off, you have to change you script.
I mean like this one:

With register globals on, if you wanted to get a value from a query string or a form you just used $variable
Instead you now just use $_GET['variable'] and $_POST['variable']
So for example if you have script.php?variable=1
Then to get the value of 'variable' use $_GET['variable']

It make your site more secure.

OTHER ARTICLES

About Super Global

Safeguard your XML based messages 4

Top 7 PHP Security Blunders (1)

Prevent htaccess From Hack 3

Program Security

Safeguard your XML based messages 3

Safeguard your XML based messages

Preventing directory listing

Howto create a password for a htpasswd file using PHP

Protecting your bandwidth