How to enable Php Register Globals?

To enable Php Register Globals:

1. Create php.ini files in the directory  that requires register globals

2. Add code register_globals = On inside php.ini file and save

  • 25 Users Found This Useful
Was this answer helpful?

Related Articles

cURL Code Sample

cURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP,...

How to enable Session.Save_Path?

To enable Session.Save_Path: 1) Create folder "session" in public_html directory.2) Chmod 755...

Character Encoding i.e Chinese

The automatic method of choosing the character set is done by adding a META tag to the HTML of...