On Tue, January 31, 2006 9:41 pm, Eli wrote:
> 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
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
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
3 matches
Mail list logo