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
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
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+
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
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
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,
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
7 matches
Mail list logo