[snip]
I just picked up a copy of the PHP Architect magazine this month
(http://www.phparch.com) and they had an article about compiling PHP in
such a way that you can call Java code from within PHP.

How many other languages does PHP support like this?  Can I use Perl,
C++, or other languages without any problems from within PHP?
[/snip]

I haven't done it with PERL, but we do have a couple of C++ DLLs that we
call with PHP for various functions. A good API goes a long way to
proper use.

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

Reply via email to