Hi.
I am in the process of migrating a website from a fairly controlled apache environment to one that is a bit less constrained, but also quite a bit less pre-configured. I have run into somewhat of a snag. I had a number of forms that were processed in PHP using simple HTTP_POST_VARS statements. The only problem is that when I move everything over to the new server the HTTP_POST_VARS is empty after a form has been submitted. I know a lot more about PHP than I do about Apache, so I'm wondering if there is a configuration I need to make on the Apache to get it to post form variables correctly. This is on a third party server so my access to the config and .htaccess files are limited to "add a line" boxes in the control panel. I've tried going through the support process at the host, but they are really no help at all. Any suggestions?
I am in the process of migrating a website from a fairly controlled apache environment to one that is a bit less constrained, but also quite a bit less pre-configured. I have run into somewhat of a snag. I had a number of forms that were processed in PHP using simple HTTP_POST_VARS statements. The only problem is that when I move everything over to the new server the HTTP_POST_VARS is empty after a form has been submitted. I know a lot more about PHP than I do about Apache, so I'm wondering if there is a configuration I need to make on the Apache to get it to post form variables correctly. This is on a third party server so my access to the config and .htaccess files are limited to "add a line" boxes in the control panel. I've tried going through the support process at the host, but they are really no help at all. Any suggestions?