This is a discussion on PHP newbie question within the PHP Language forums, part of the PHP Programming Forums category; I've been developing with ASP.NET for over a year now but I also want to try PHP. How ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've been developing with ASP.NET for over a year now but I also want to try
PHP. How does PHP work with IIS? Or how do I enable my PC to run PHP? Is this just another runtime like the JVM or VBrun? My PC is running Windows 2000 Server. Thanks for your help. |
|
|||
|
On Fri, 12 Sep 2003 13:15:00 -0400, "Bruce W...1" <bruce@noDirectEmail.com>
wrote: >I've been developing with ASP.NET for over a year now but I also want to try >PHP. How does PHP work with IIS? Or how do I enable my PC to run PHP? Is this >just another runtime like the JVM or VBrun? > >My PC is running Windows 2000 Server. http://uk2.php.net/manual/en/install.iis.php Either as a CGI executable or an ISAPI DLL. -- Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk) Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space) |
|
|||
|
Andy Hassall wrote:
> > On Fri, 12 Sep 2003 13:15:00 -0400, "Bruce W...1" <bruce@noDirectEmail.com> > wrote: > > >I've been developing with ASP.NET for over a year now but I also want to try > >PHP. How does PHP work with IIS? Or how do I enable my PC to run PHP? Is this > >just another runtime like the JVM or VBrun? > > > >My PC is running Windows 2000 Server. > > http://uk2.php.net/manual/en/install.iis.php > > Either as a CGI executable or an ISAPI DLL. > > -- > Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk) > Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space) ================================================== = Thanks |