Re: [PHP] c++ and php! search for a brigde

2007-08-28 Thread Jim Lucas
dwa wrote: Hello people, i have a question?? I have an application written in c++ and this throw real time data as udp-pakets all the time (interval 1 min and values in a wrapper like an own protocol are floats and longs). Is there any possibility to catch the udp packets - parse the pakets

Re: [PHP] c++ and php! search for a brigde

2007-08-28 Thread shiplu
gt; From: David Giragosian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 28, 2007 10:08 PM > To: Simon > Cc: php-general@lists.php.net > Subject: Re: [PHP] c++ and php! search for a brigde > > On 8/28/07, Simon <[EMAIL PROTECTED]> wrote: > > > > you can u

RE: [PHP] c++ and php! search for a brigde

2007-08-28 Thread Gevorg Harutyunyan
needed updating second one) I don't know maybe this is very complex, but I would choose this one ;) Best, Gevorg -Original Message- From: David Giragosian [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 10:08 PM To: Simon Cc: php-general@lists.php.net Subject: Re: [PHP] c+

Re: [PHP] c++ and php! search for a brigde

2007-08-28 Thread David Giragosian
On 8/28/07, Simon <[EMAIL PROTECTED]> wrote: > > you can use sockets in php, they work the same as berkley sockets > you can use system() in php, to call your C++ program (the program > could output html) > in my opinon CGI with C/C++ is obsolete, use php/apache for best results! > > another nice w

Re: [PHP] c++ and php! search for a brigde

2007-08-28 Thread Simon
you can use sockets in php, they work the same as berkley sockets you can use system() in php, to call your C++ program (the program could output html) in my opinon CGI with C/C++ is obsolete, use php/apache for best results! another nice way is to have your C++ program independent, outputs its re

Re: [PHP] C and PHP

2001-04-01 Thread Joe Stump
You might want to look in the PHP source code at the README.EXT_SKEL file for info on how to incorporate that stuff. --Joe On Sat, Mar 31, 2001 at 08:49:30PM +0200, Ft Karras wrote: > Somebody knows if it is possible to link C and PHP? > > I have a C library and need to 'include' with PHP code,

Re: [PHP] C and PHP

2001-03-31 Thread Mukul Sabharwal
you can use shared memory functions to ineract between C and PHP. --- Ft Karras <[EMAIL PROTECTED]> wrote: > Somebody knows if it is possible to link C and PHP? > > I have a C library and need to 'include' with PHP > code, as it does PERL, > is it possible? > > Thanks > > -- > PHP General M