yep - I can see two ways of doing it - either using exec()/system() or
compile the c/fortran code into a library file (.dll or .so depending on
server type) and, in php, use dl()

-----Original Message-----
From: Cui Chenzhou [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 3:56 PM
To: [EMAIL PROTECTED]
Subject: [PHP] How can I call C or FORTRAN functions from PHP?


I have many useful functions written in C language.
But now, I want to do some work on through Web browser.
Can I call these C functions from
PHP?

-- 
 头上有星, 脚下有路
★☆☆☆☆★☆☆☆☆★



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


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

Reply via email to