Geekpedia Programming Tutorials






Emulate register_globals Flag As On

How to emulate the insecure, deprecated register_globals flag so that you can access GET and POST keys as PHP variables.

On Saturday, October 4th 2008 at 02:21 AM
By Andrew Pociu (View Profile)
-----   (Rated 0 with 0 votes)
Contextual Ads
More PHP Resources
Advertisement
  1. // Use with caution, this is not as insecure as having register_globals on, but still poses injection risks
  2. extract($_POST, EXTR_PREFIX_ALL, 'P'); // You can now use $P_ValueName instead of $_POST['ValueName']
  3. extract($_GET, EXTR_PREFIX_ALL, 'G'); // You can now use $G_ValueName instead of $_GET['ValueName']
Digg Digg It!     Del.icio.us Del.icio.us     Reddit Reddit     StumbleUpon StumbleIt     Newsvine Newsvine     Furl Furl     BlinkList BlinkList

Rate Rate this code snippet
Comment Current Comments
There are no comments.

Comment Comment on this tutorial
Name: Email:
Message:
Comment Related Source Code
There is no related code.

Comment Related Tutorials
There are no related tutorials.

Jobs PHP Job Search
My skills include:

Enter a City:

Select a State:


Advanced Search >>
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons