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

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

2007-08-28 Thread dwa
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 und show th

Re: [PHP] Search for a *

2004-04-20 Thread Brent Clark
> preg_match('/\*/', $var); Thanks, worked like charm Kind Regards Brent Clark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Search for a *

2004-04-20 Thread Curt Zirzow
* Thus wrote Brent Clark ([EMAIL PROTECTED]): > Hi all > how do you search for a * in preg_match You need to escape it: preg_match('/\*/', $var); Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Search for a *

2004-04-20 Thread Brent Clark
Hi all how do you search for a * in preg_match Kind Regards Brent Clark

[PHP] search for a string inside another one....

2002-01-24 Thread Sabbath
I'm trying to find this string [url]http://www.php.net[/url]. I only know the tag [url]and[/url]...I need to find this string and send http://www.php.net to a new var or anything that is between url's tags... I dont want to replace this string with another one... TIA Sabbath -- PHP General

RE: [PHP] search for a better php source code viewer

2001-06-29 Thread James Crowley
52859 == > -Original Message- > From: Montz, James C. (James Tower) [mailto:[EMAIL PROTECTED]] > Sent: 28 June 2001 00:06 > To: 'scott [gts]'; php > Subject: RE: [PHP] search for a better php source code viewer > > > I have been using PHP Coder as I am somewhat

Re: [PHP] search for a better php source code viewer

2001-06-29 Thread Michael O'Neal
on 6/27/01 1:49 AM, ReDucTor leaped tall buildings, and wrote: > EditPlus is the best program EVER > > I use it for every thing... :) :) BB Edit is the PHP coder of choice on the Mac side. It does everything! It also has a great PHP library so you don't have to manually type redundant cod

RE: [PHP] search for a better php source code viewer

2001-06-28 Thread Montz, James C. (James Tower)
I have been using PHP Coder as I am somewhat familiar with the ColdFusion IDE (CF Studio) http://www.phpide.de/ -Original Message- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 4:32 PM To: php Subject: RE: [PHP] search for a better php source code viewer

Re: [PHP] search for a better php source code viewer

2001-06-27 Thread Aral Balkan
I second that, EditPlus rules! It's also very easy to create your own custom syntax highlighting rules, templates and auto-completes so it can highlight custom libraries, etc. that you use. For example, if anyone's using Manuel's excellent Metabase database abstraction class, I've uploaded syntax

RE: [PHP] search for a better php source code viewer

2001-06-27 Thread Jorg Krause
Hi, > -Original Message- > From: Jason Lotito [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 11:05 PM > To: 'Tyler Longren'; [EMAIL PROTECTED]; 'php' > Subject: RE: [PHP] search for a better php source code viewer > >

Re: [PHP] search for a better php source code viewer

2001-06-27 Thread ReDucTor
EditPlus is the best program EVER I use it for every thing... :) :) - Original Message - From: "Patrick Calkins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 9:45 AM Subject: Re: [PHP] search for a better php source code vie

Re: [PHP] search for a better php source code viewer

2001-06-27 Thread José León Serna
Hello: > try http://astro.phpwebhosting.com/~ttm/ You can access using this address, or http://www.visualphpstudio.com or http://www.qadram.com > however I do think, though am not sure, visual Php is available on linex & windows (I'm using windows) QaDRAM it's not still available on Linux, accord

RE: [PHP] search for a better php source code viewer

2001-06-27 Thread Peter Houchin - SunRentals Australia
42 AM To: [EMAIL PROTECTED]; php Subject: Re: [PHP] search for a better php source code viewer Windows or Linux? These are editors, not viewers, though. If Windows - UltraEdit; there are predefined files whihc are used to colourize PHP & HTML markup. You can add to then and extend t

Re: [PHP] search for a better php source code viewer

2001-06-27 Thread Patrick Calkins
-Original Message- > > > From: Tyler Longren [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, June 26, 2001 10:26 AM > > > To: [EMAIL PROTECTED]; php > > > Subject: Re: [PHP] search for a better php source code viewer > > > > > > > > &g

RE: [PHP] search for a better php source code viewer

2001-06-26 Thread Jason Lotito
rom: Tyler Longren [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 10:26 AM > To: [EMAIL PROTECTED]; php > Subject: Re: [PHP] search for a better php source code viewer > > > I suggest ConTEXT. It's free, and it's for windows. > http://www.fixedsys.com/co

RE: [PHP] search for a better php source code viewer

2001-06-26 Thread scott [gts]
AM > > To: [EMAIL PROTECTED]; php > > Subject: Re: [PHP] search for a better php source code viewer > > > > > > I suggest ConTEXT. It's free, and it's for windows. > > http://www.fixedsys.com/context > > > > And for Linux, I suggest Ne

RE: [PHP] search for a better php source code viewer

2001-06-26 Thread Jorg Krause
> -Original Message- > From: Miles Thompson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 7:42 PM > To: [EMAIL PROTECTED]; php > Subject: Re: [PHP] search for a better php source code viewer > > > Windows or Linux? These are editors, not viewers,

Re: [PHP] search for a better php source code viewer

2001-06-26 Thread Miles Thompson
Windows or Linux? These are editors, not viewers, though. If Windows - UltraEdit; there are predefined files whihc are used to colourize PHP & HTML markup. You can add to then and extend them. Possible HTMLKit as well. If Linux - Bluefish, I guess, although you'll hear from VIM and Emacs peop

Re: [PHP] search for a better php source code viewer

2001-06-26 Thread Tyler Longren
esday, June 26, 2001 4:35 AM Subject: [PHP] search for a better php source code viewer > Hi, > > I'think anybody knows highlight_file, highlight_string > or show_source, but these are not good enough. > > For an application I need a more advanced technique, > which in

[PHP] search for a better php source code viewer

2001-06-26 Thread Jorg Krause
Hi, I'think anybody knows highlight_file, highlight_string or show_source, but these are not good enough. For an application I need a more advanced technique, which includes line numbers and let me control all formatting instructions (not only ). Is there any script out, written in PHP (and sup