Re: Calling Pascal code/functions from PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/15/07, Dan <frozendice@xxxxxxxxx> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux