Click to See Complete Forum and Search --> : POST method not working with IIS/IE


djresonance
07-01-2002, 03:25 PM
Hi all,

I've encountered a strange problem. I've been developing a large piece of software for several months on NT 4.0/IIS w/ php 4.2.1 without any problems. When I came back to work this week, some scripts had mysteriously broke, and now any script that uses the POST method doesn't work. If I try to submit a form from any page, the page is not processed. Instead it just refreshes. The strange thing is, I tried using the page with Mozilla, and it worked fine. The problem just happens with IE. If I change the form method from POST to GET, it works fine from IE. You can view the relevant code from cvs:

http://savannah.gnu.org/cgi-bin/viewcvs/phptest/phptest/add_multiple.php?rev=1.14&content-type=text/vnd.viewcvs-markup

I'm banging my head trying to figure out what happened, with no luck so far. Any suggestions?

Thanks,
Brandon

Anon
07-03-2002, 06:44 AM
c:/winnt/php.ini

register_globals = on

found it in a post a bit down the page. maybe it will help?