Code Library
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


Tatet