I'm developing a web application using PHP (3.0.16) and PHPLIB (7.2c) and an
IIS web server. The application generates the first web page just fine but
when I submit the form none of the variables make it back to the web server if the POST method is used. If GET is used, the data is passed ok but Get is not a viable option.
I've looked at the server and browser configurations as well as the PHP and PHPLIB code and generated HTML. I can not see what
would be causing this problem. The code works great on my development server but it can't be used as the deployment system.
I have other web applications running on this system using the same PHP and
PHPLIB software and they return variables via POST so I conclude from this that the server, PHP, and PHPLIB are configured correctly. Does anyone have any suggestions, I'm desperate.
Thanks in advance.