Posts Tagged ‘register’
Turn register_globals on for your website
1.) This is actually very simple. Login to the backend for your website and look in the root directory for a php.ini file if you use PHP4 or if you are using PHP5 look for a php5.ini file.
2.) Open it either in you website file editor or download it and open it with notepad.
3.) Look for a line similar to this:
register_globals = on
4.) If you can’t find that line add it.
5.) Enjoy!