Re: [PHP-WIN] Re: interacting with Java or C

2004-09-01 Thread Frank M. Kromann
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

[PHP-WIN] Re: interacting with Java or C

2004-08-31 Thread Oliver John V. Tibi
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