Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP or ASP, but not BOTH (until you reopen the browser)

Status
Not open for further replies.

teash

IS-IT--Management
May 3, 2005
99
US
Hello,

We recently moved from NT to SBS 2003 and are hitting a few bumps in the road.

I have installed PHP/MYSQL and it works just fine. I enabled ASP in IIS as well. All scripts work fine.

However...
Upon login (from any computer), I run a php script. Let's call it "updateinventory.php". I can keep "updating the inventory" until I decide to login to the "orderform.asp". All the ASP scripts will continue to work, but if I go back to the php scripts they stop working.

"Stop working" is loosely used here. The PHP script processing works, however I use "GET", "POST", "REQUEST" methods. In other words the form submissions won't work.
The code didn't change, neither did the client computers.

So this is how I concluded it was IIS. I may be wrong.




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top