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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP and IIS

Status
Not open for further replies.

zum

Technical User
Joined
Mar 31, 2003
Messages
148
Location
US
Does Microsoft IIS support PHP?
 
Yes.

PHP will run with IIS, Apache, and a number of other web servers. However, the web server which which PHP demonstrates the best interoperability is Apache

Also, not all of PHP's enormous functionality is available right out of the box -- many of PHP's function familis use third-party libaries. Those libraries are often distributed in source-code form and much easier to compile on unix-like operating systems.

The software is available in binary form for Win32 at the PHP website



Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top