[ubuntu-uk] [OT] MySQL Help Required

Sean Miller sean at seanmiller.net
Thu Oct 8 18:23:48 BST 2009


On Thu, Oct 8, 2009 at 6:21 PM, Sean Miller <sean at seanmiller.net> wrote:
>      $dt = date("y-m-d",strtotime("+1 days",$dt));

that will need, I think, to have another strtotime... ie...

      $dt = date("y-m-d",strtotime("+1 days",strtotime($dt)));

Apologies.

Sean



More information about the ubuntu-uk mailing list