CodeLibary.com - code examples
  Home  Submit  Free Hosting  Link To Us  Contacts

PHP Unset global variables

PHP Unset global variables PHP PHP Unset global variables Download (.zip)

<?php

if (@ini_get('register_globals'))

foreach ($_REQUEST as $key => $value)

unset($GLOBALS[$key]);

?>

  • PHPUnset global variables

  Sponsored Links

  Partners
My Linux Space




Home | Bookmark Us | Terms of Use | Link to us | Contact Us

Programming sites at Top100.ws Tatet 

Copyright 2007 © CodeLibary.com, All rights reserved.

PHP Unset global variables