Enabling register globals for PHP scripts

Since PHP 4.1, PHP register_globals is disabled by default - to enable add the following to a .htaccess file in the directory where it's needed:

Code:
php_flag register_globals on


Properties ID: 000211   Views: 4602   Updated: 13 years ago
Filed under: