.NET loads PHP functions
Thursday, June 25th, 2009Is it possible a .NET project load the functions from a PHP project ?
Here is a greate OpenSource project named Phalanger project . It allows to compile whole PHP projects into .NET assembly. And thus you can load the PHP functions in your ASP.NET project !

Introduction
Phalanger is a new PHP implementation introducing the PHP language into the family of compiled .NET languages. It provides PHP applications an execution environment that is fast and extremely compatible with the vast array of existing PHP code. Phalanger gives web-application developers the ability to benefit from both the ease-of-use and effectiveness of the PHP language and the power and richness of the .NET platform taking profit from the best from both sides.
The official site: http://www.php-compiler.net/