Hey everyone, Ive just tried to install a new script and am getting this error FATAL ERROR: register_globals is disabled in php.ini, please enable it! Can someone please let me know how to enable it?
Open the file php.ini in some text editor, search for register_globals and enable it. If its not a private server and you got no access to the system files, email your hosting provider support and ask what should be done to get that enabled it for you. If they wont enable it - try another hosting, one with enabled register_globals.
I'd suggest you to trash this script. Modern php scripts don't require register_globals to be on. It's a security issue.