Hi,

Not sure if this does what you want:

http://pear.php.net/package/Inline_C/

Eli wrote:
Hi,

How can I run non-PHP code snippets from within PHP?
For example: Is it possible to include a C++ code snippet within PHP and run it as it was a regular include? I know there's a solution using exec() and such, but I want to run the snippets like inline code.

-thanks, Eli


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to