PHP question

  • Thread starter Thread starter Arsalan
  • Start date Start date
A

Arsalan

I'm sorry, i know this is not the right place to post it, but as an ASP.NET
guy, i have no clue how to run PHP under windows XP ?

What web server do i need, how do i configure IIS to run it.

Any link should be helpful
Thanks
 
Hi,

you can also download a version of the OpenSA project.It's open source and
it contains an edition of the Apache Webserver, WITH support of .asp pages
AND .php3

Kind regards
 
You may also want to look at something called "Big Apache". I recommend
not installing the .exe installers for PHP, but rather download the zip
file (it is more complete).

As far as a web server, setup Apache on port 81 so it doesn't conflict
with your IIS so you can still write ASP.Net code without too much fuss.

Keith
 
Back
Top