Re: [PHP] strtotime bad logic or strtotime bug?

2003-11-17 Thread Gnik
WOW! Blindingly simple mistake --> couldn't see the forest before the trees (or something like that). THANKS for the helping hand! Gnik --- Eugene Lee <[EMAIL PROTECTED]> wrote: > On Fri, Nov 14, 2003 at 08:53:41PM -0800, Gnik wrote: > : > : One of my servers required a

[PHP] strtotime bad logic or strtotime bug?

2003-11-14 Thread Gnik
ho " Date: " . $start ; $start = date('Y-m-d', strtotime($start) + 86400); } ?> END CODE-- Is there something wrong with the logic/code or is it a bug? I'm using strtotime mainly for decoding a MySQL date field (iterating thru all date records and generati