get/post variables not registering
Hey all.
I recently moved to a new server, and now all of my code doesn't work :)
I know the problem is due to the server not registering get, post, and cookie variables as global variables. My new hosts refuse to enable this feature because it would take time to do, and I don't want to pay the $100/hr to have them enable it.
Is there any way to register all get/post/cookie variables from their respective $HTTP_*_VARS arrays as global variables? If not, then I have to spend on ups of 200 hours reworking all my code...
I remember a while back about a foreach() function that would allow this, but I can't remember. I know most of the basics but nothing advanced, so any help would be great.
Thanks in advance...
I recently moved to a new server, and now all of my code doesn't work :)
I know the problem is due to the server not registering get, post, and cookie variables as global variables. My new hosts refuse to enable this feature because it would take time to do, and I don't want to pay the $100/hr to have them enable it.
Is there any way to register all get/post/cookie variables from their respective $HTTP_*_VARS arrays as global variables? If not, then I have to spend on ups of 200 hours reworking all my code...
I remember a while back about a foreach() function that would allow this, but I can't remember. I know most of the basics but nothing advanced, so any help would be great.
Thanks in advance...
