Re: [PHP] How to check if remote machines are running using PHP and Eclipse-Require Urgent Help

2011-04-02 Thread tedd
At 3:10 PM -0400 4/2/11, Bastien wrote: On 2011-04-02, at 12:21 PM, tedd wrote: At 11:30 PM +0100 4/1/11, Stuart Dallas wrote: Also, give your boss a slap. Why is he specifying what editor you use to write a PHP script? I really don't understand most management types! -Stuart Manage

[PHP] Re: Re: Looking for Tool to read JSON format

2011-04-02 Thread Michelle Konzack
Hello Robert Stone, Am 2011-04-02 16:04:22, hacktest Du folgendes herunter: > Have you looked at http://pecl.php.net/package/json Yes, it took me over 40 seconds to load on my GSM connection, then something hanged and timed out after arround 3 minutes... not funny! > Might help. Package p

Re: [PHP] Re: Looking for Tool to read JSON format

2011-04-02 Thread Robert Stone
Have you looked at http://pecl.php.net/package/json Might help. Package php-services-json is at version 1.0.2-1 on my Debian install. Bon soir, Robert --- Em sáb, 2/4/11, Michelle Konzack escreveu: De: Michelle Konzack Assunto: [PHP] Re: Looking for Tool to read JSON format Para: php-gener

Re: [PHP] date problem

2011-04-02 Thread Dan Dan
It seems different php versions have different outputs for this code: Fedora Core 14 (x86): first: 01-03-2011 00:00:00 second: 08-03-2011 00:00:00 third: 22-03-2011 00:00:00 fourth: 22-03-2011 00:00:00 fifth: 29-03-2011 00:00:00 Fedora Core11 (x86_64): first: 31-12-1969 16:00:00 second: 31-12-1

Re: [PHP] How to check if remote machines are running using PHP and Eclipse-Require Urgent Help

2011-04-02 Thread Bastien
On 2011-04-02, at 12:21 PM, tedd wrote: > At 11:30 PM +0100 4/1/11, Stuart Dallas wrote: >> Also, give your boss a slap. Why is he specifying what editor you use to >> write a PHP script? I really don't understand most management types! >> >> -Stuart > > > Management rises to their level of

[PHP] Re: Looking for Tool to read JSON format

2011-04-02 Thread Michelle Konzack
Hello Me, Am 2011-04-01 17:34:39, hacktest Du folgendes herunter: > http://www.php.net/manual/en/book.json.php Was using Debian/Lenny and have not found any JSON/PHP stuff but under Squeeze the package "php-services-json" and what I dslike is, that there is NO documentation with the Package, ex

Re: [PHP] How to check if remote machines are running using PHP and Eclipse-Require Urgent Help

2011-04-02 Thread tedd
At 11:30 PM +0100 4/1/11, Stuart Dallas wrote: Also, give your boss a slap. Why is he specifying what editor you use to write a PHP script? I really don't understand most management types! -Stuart Management rises to their level of competence++. Cheers, tedd -- --- http://sperling.co

Re: [PHP] date problem

2011-04-02 Thread Louis Huppenbauer
Just try "of March". Worked for me. print "first: ".date("d-m-Y H:i:s",strtotime('first Tuesday of March 2011'))."\n"; print "second: ".date("d-m-Y H:i:s",strtotime('second Tuesday of March 2011'))."\n"; print "third: ".date("d-m-Y H:i:s",strtotime('third Tuesday of March 2011'))."\n"; print "fou