Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Juozas Kaziukenas' Blog:
Using PHP with C# written libraries
Apr 23, 2009 @ 12:57:17

Juozas Kaziukenas has written up a new post (as a part of his participation in the WinPHP Challenge) about how he's combined C# code with PHP code in his development.

Actual PHP part is very easy to write, because only thing you need to do is to create COM object. However, making your dll’s visible by PHP is a bit tricky.

He points to this tutorial as a starting point and issues he had with ComVisible and some example code that finally got things working.

tagged: language combne winphp09 winphpchallenge09 library csharp

Link:


Trending Topics: