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
+ and php! search for a brigde 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 obsolet

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