On 6/15/07, Dan <[EMAIL PROTECTED]> wrote:
I know for some languages there is a way to call code from another language.
For example you can call C funcitons from Pascal, etc.  Is there any way I
can call Pascal functions/code from PHP?


Compile the pascal code as an executable, and call it with exec/system/...
Or, I don't know if it's possible, you might be able to compile the
pascal code as an extension, but that's hard stuff :P

Tijnema

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

Reply via email to