I have a tried-and-tested (15 years of it) piece of C code that I could port from Windows to Linux, and I thought I put a PHP front on it. Is there a way to interface the C-code with PHP 4.3.4 ? If so, could you point me to docs ?
frgr Erik
Hello, there are two ways - you can execute a compiled exectable and talk to the executable with command line arguments and/or using popen() function. Another way is to wrap the code in a php extension.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php