Hello
I want to build an application written in C# that renders a webpage in a dialog. Simple enough there are lots of tutorials on how to do this http://www.codeproject.com/KB/cs/webbrowser.aspx
Now I want to render some PHP pages instead of static pages, mainly to configure a database (SQLIte) and add a few recored, ect. I don't want to have to run a separate webs server just for PHP
I was surprised when I could not find any PHP extension in CSharp.
Suggestions on how I can accomplish this?