Does anyone out there know if it's possible (and if there's any complications with) using the PHP language inside a .NET C# project?
I understand that with VB and C# can be now mixed in solutions, so I wondered if, as IIS is now capable of running PHP, you can combine them into a singular runtime?
Obviously the reason for asking is to be able to get the same developers to work on the same parts of a single Web Service without having to learn C#/PHP - although I do know that working with the same language here is the ideal scenario.