|
Posted by burgermeister01@gmail.com on July 16, 2008, 4:22 pm
Please log in for more thread options
> Hi everyone,
>
> I am confused about the platform requirements for PHP and ASP.
> PHP requires Apache server and php server.
> But ASP only require IIS.
> I guess IIS is similar functionally to Apache. Then why doesn't ASP
> need a asp server like PHP does?
>
> And I heard that PHP is compatible with IIS too. Is that right? How do
> I do the configuration in order to run PHP on IIS?
>
> Thanks in advance.
Here is the documentation for installing PHP on IIS:
http://www.php.net/manual/en/install.windows.iis.php
I'm really not sure what you're talking about when you use the term
"PHP server"; there's no such thing. PHP has an interpreter, but so
does ASP. I don't know too much about ASP but I can tell you that
everything Microsoft makes is pretty tightly bound together, so that
might be where you get the idea that the ASP interpreter and IIS web
server are one in the same.
|