You can't change it at runtime, but you might be able to set it on a per-directory basis with a .htaccess file.
I think you'd put something like:
in your .htaccess filephp_value register_globals 1
Read the comments at www.php.net/ini_set for more info,
An alternative is to use the extract() function on the $_REQUEST variable - eg. extract($_REQUEST). It might do what you need.
Hope this helps,
Sam






Reply With Quote


Bookmarks