RE: [PHP] From PHP to C and viceversa

2003-10-13 Thread Gregory Kornblum
IL PROTECTED]> Sent: Monday, October 13, 2003 2:34 PM Subject: RE: [PHP] From PHP to C and viceversa > > >I have apache under linux and I want to exchange data > >from a php script to a c programm (some strings): is it possible? > > Yes in multiple ways. First off you need to

Re: [PHP] From PHP to C and viceversa

2003-10-13 Thread Antonio Bernabei
ot;Gregory Kornblum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 2:34 PM Subject: RE: [PHP] From PHP to C and viceversa > > >I have apache under linux and I want to exchange data > >from a php script to a c programm (some strings): is it

RE: [PHP] From PHP to C and viceversa

2003-10-13 Thread Gregory Kornblum
>I have apache under linux and I want to exchange data >from a php script to a c programm (some strings): is it possible? Yes in multiple ways. First off you need to figure out if you have the source for the C application. If so you can use sockets, the MySQL client API, and various other connec

[PHP] From PHP to C and viceversa

2003-10-13 Thread Antonio Bernabei
Hi, I have apache under linux and I want to exchange data from a php script to a c programm (some strings): is it possible? Can anyone help me? Thanks Antonio Bernabei -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php