Or if you have a library written in C you can use the FFI extension from
PECL. But if you are to write a C library, why not write a PHP extension
directly?
- Frank
> Hi!
>
> It would be possible to create a C or Java server that uses sockets to
cater
> a PHP client's request. This is the quicke
Hi!
It would be possible to create a C or Java server that uses sockets to cater
a PHP client's request. This is the quickest and easiest solution...
OR...
You can create a C or Java HTTP client to receive responses from an XML file
generated in PHP (much like RSS readers and RSS feeds or SOAP s