Are you trying to include the actual PHP code from another server or are you trying to include the HTML output from a PHP script on another server?
You can not include the actual PHP code in the asp code and have IIS perform the scripting in each language.
However, you can include HTML from another server using a component such as AspHTTP. It doesn't matter if the HTML is generated via PHP, ASP, Java, Python, etc.