Hi all,
I have a very strange problem. On a new install of PHP 4.2.1, under Apache 2.0.39, running on WinXP, $HTTP_POST_VARS always returns empty. $HTTP_GET_VARS, however, is ok.
As background, I was trying to setup phpMyAdmin and my queries always came back empty. I finally realized that posted data wasn't being passed successfully. I created a simple script to print the results of a form with a single text field. When using the get method and $HTTP_GET_VARS everything was fine, but sure enough, when I changed to post, nothing worked.
Any thoughts? Thanks!
Chris