I'm working on a site using predefined variables (e.g., $GET, $POST, etc.), but I've just realized the server where I'll be loading the site is running php 4.0 and has Register Globals turned on. My programming is not working.
I had thought that predefined variables worked regardless of the Register Globals setting, but perhaps not.
Is there a way I can get it to recognize my predefined variables without affecting the other thirty or so Web sites on that server?
Thanks.