Can anyone give me a general idea of how hard it is to link to PHP files with ASP? Or is it merely just filling in the url for the right file?
Yes, a PHP url is just like any other url, it returns an html stream.
Or do you mean: can I use PHP on an IIS server? Again the answer is yes, if you have installed it of course.
eventuresusa wrote:Can anyone give me a general idea of how hard it is to link to PHP files with ASP? Or is it merely just filling in the url for the right file?
PHP on IIS? thats not good idea, for better security and performance issue, choose Linux.