PHP5 Problem

I am running CentOS 3.6, Apache 1.3.33 and PHP 5.0.5. I could not get HTTP POST method working. When I use GET method, I can receive the values in the script. But when I use POST method, the values are not accessible in the script. The $_POST and $_REQUEST array are empty. Register global is ON. The same code was working in PHP 4.4.x. Can any of you help me please?

 

 

 

 

Top