How to Enable Register Globals

From ReduxWiki

Jump to: navigation, search

Contents


[edit] PHP4 (DSO)

  • Using an .htaccess file, the following rule will work.
php_flag register_globals On


[edit] PHP5 (CGI)

  • Using a php.ini file, the following rule will work.
register_globals = On




Image:Tip.png Back to How To Documents
Personal tools
Getting Started