Re: [PHP] strtotime()

2010-08-23 Thread Daniel Brown
On Tue, Aug 24, 2010 at 00:37, Rick Pasotto wrote: > > http://us2.php.net/manual/en/datetime.formats.relative.php Thank you, sir! -- UNADVERTISED DEDICATED SERVER SPECIALS SAME-DAY SETUP Just ask me what we're offering today! daniel.br...@parasane.net || danbr...@php.net http://www.parasan

Re: [PHP] strtotime()

2010-08-23 Thread Rick Pasotto
On Mon, Aug 23, 2010 at 11:38:41PM -0400, Daniel P. Brown wrote: > On Mon, Aug 23, 2010 at 22:27, Rick Pasotto wrote: > > > > After I sent my original post the one and only user comment on the > > relative date strings man page was pointed out to me. So, it's there but > > how many people make a h

Re: [PHP] strtotime()

2010-08-23 Thread Daniel P. Brown
On Mon, Aug 23, 2010 at 22:27, Rick Pasotto wrote: > > After I sent my original post the one and only user comment on the > relative date strings man page was pointed out to me. So, it's there but > how many people make a habit of reading all the user comments? A few thousand per day, give or

Re: [PHP] strtotime()

2010-08-23 Thread Rick Pasotto
On Mon, Aug 23, 2010 at 05:57:28PM -0400, Daniel Brown wrote: > On Mon, Aug 23, 2010 at 17:02, Ashley Sheridan > wrote: > > > > The example you quote as being straight from the manual page is actually > > from the user-submitted code snippets, and I can't find the > > documentation to support it.

Re: [PHP] strtotime()

2010-08-23 Thread Daniel Brown
On Mon, Aug 23, 2010 at 17:02, Ashley Sheridan wrote: > > The example you quote as being straight from the manual page is actually > from the user-submitted code snippets, and I can't find the > documentation to support it. I can only assume that it's possibly an > experimental thing, or somethin

Re: [PHP] strtotime()

2010-08-23 Thread Ashley Sheridan
On Mon, 2010-08-23 at 16:04 -0400, Rick Pasotto wrote: > On my home machine running 5.3.2-2 in debian linux the commands: > > echo date('Y-m-d',strtotime('first day of this month')).''; > echo date('Y-m-d',strtotime('last day of next month')); > > give the expected results. > > I just got setup

[PHP] strtotime()

2010-08-23 Thread Rick Pasotto
On my home machine running 5.3.2-2 in debian linux the commands: echo date('Y-m-d',strtotime('first day of this month')).''; echo date('Y-m-d',strtotime('last day of next month')); give the expected results. I just got setup with a hosting provider running 5.2.13 on BSD and both give '1969-12-31

Re: [PHP] google maps API

2010-08-23 Thread Ken Guest
Please consider using the OpenLayers API instead ( http://openlayers.org/ and http://openlayers.org/dev/examples/ for examples) as it will also allow end-users to choose a OpenStreetMap layer ( http://www.openstreetmap.org/ ) to be displayed which may render more up-to-date details than are availa