I am currently managing a Centos 5.6 server that is running multiple websites, All of the sites but one is posting data, the problem site is not decoding $_GET variables and the $_POST variables are empty when posting forms. also echo file_get_contents('php://input') give an empty output. The problem site is also duplicated on a dev subdomain which is functioning but the main site is not. I have checked configuration and cant find a solution, some help would be appreciated. I also have suhosin installed but disabling it did not work and it was working after installation of suhosin.

Cheers

link|improve this question
See whether $HTTP_GET_VARS and $HTTP_POST_VARS work. – Amil Waduwawara Apr 27 '11 at 3:19
Throw up your code sir. – k to the z Apr 27 '11 at 3:21
I know its not a code problem as their are multiple forms that were functioning before and are still functioning on the dev site which is running the same code. It is a php5 server and the same problem with $HTTP_GET_VARS and $HTTP_POST_VARS – damian Apr 27 '11 at 3:31
actually the forms use the depreciated $HTTP_POST_VARS as it is a oscommerce site but both $HTTP_POST_VARS and $_POST do not work – damian Apr 27 '11 at 3:32
If this is not a programming problem but, rather, a config issue then it belongs on serverfault. I'll close as off-topic and move there. – webbiedave Apr 27 '11 at 3:34
show 1 more comment
feedback

closed as off topic by webbiedave, Sander Marechal, Jeff Atwood Apr 30 '11 at 6:17

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

Browse other questions tagged or ask your own question.