PDA

View Full Version : PHP on Windows Server


dvduval
04-08-2002, 11:58/11:58AM
Has anyone had any experience running PHP and mySQL on a Windows platform? Is there anything wrong with running multiple database query languages on the same server, such as Cold Fusion, ASP and PHP?

TIA

crifer
04-08-2002, 17:45/05:45PM
Originally posted by dvduval
Has anyone had any experience running PHP and mySQL on a Windows platform? Is there anything wrong with running multiple database query languages on the same server, such as Cold Fusion, ASP and PHP?

TIA

I run Apache, PHP, MySQL for development on both 2000 and XP and i have no trouble at all. I don't know how it is with multiple but since mysql have a standard query you only program how to perform them in the separate languages so I don't see any problem installning ASP or Coldfusion.