I got Lua scripts in C # working through LuaInterface and javascript scripts working through JInt. The goal is to support a wide range of scripting language options. Is there a similar method for running inline PHP scripts in a similar way?
IE, have a PHP script in the line, pass it either to the PHP command line, or to the sort interpreter, and capture the output (ideally, you can connect to .NET methods).
I looked at IronPHP, but it seems he hasn’t gone anywhere. He also looked at Falanger, but was not sure if he could do it. It looks like it's more like "Compiling PHP-.NET bytecode."
source
share