Re: [PHP] log tailing

2012-06-29 Thread tamouse mailing lists
On Fri, Jun 29, 2012 at 3:49 AM, Mihamina Rakotomandimby wrote: > I have a /var/log/messages and /var/log/syslog file to parse to extract > information from. > > I have the to extract the date, and some information in the line. [snip] > I just need help on the right regexp function to use. > Would

Re: [PHP] What's happened to our newsgroup?

2012-06-29 Thread Marc Guay
> You mean everyone finally RTFM? There's a manual? GoDaddy told me to just ask all of my questions here! (No insult meant, in case it's not obvious.) Happy Fridays Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php batch/queue framwork

2012-06-29 Thread Tom Sparks
>Forwarded Message: php-general_318334.ezm >Re: php batch/queue framwork >Friday, 29 June, 2012 6:30 AM >From: >"Shailesh N. Humbad" >To: >php-general@lists.php.net >On 6/28/2012 11:58 AM, Tom Sparks wrote: > I am looking for a batch/queue framework that is database-centric? > I could write my own

[PHP] log tailing

2012-06-29 Thread Mihamina Rakotomandimby
Hi all, I have a /var/log/messages and /var/log/syslog file to parse to extract information from. It's mainly to insert the data to several SQL tables. I have the to extract the date, and some information in the line. Doing it with preg_match() and extracting the data is the first solution