I don't get you... your code outputs: "30 10 2004<br>31 10 2004" so, y added..: $next+=(60*60*24); print("<br>"); $thisdate=date("d m Y",$next); print($thisdate); and the output is: "30 10 2004<br>31 10 2004<br>01 11 2004" nice!!!! Ref: Server: Apache/1.3.26 (Unix) PHP/4.3.8 On Wed, 1 Sep 2004 13:49:33 +0100, ioannes <ioannes@xxxxxxxxxxxxxx> wrote: > Code: > > <? > //unix date is 1099177200 seconds since 01/01/1970 > //date based on unix 31 10 2004 > $thisdate=date("d m Y",1099177200); > print($thisdate); > $next=1099177200+60*60*24; //86400 > //add 86400 should give next unix date > //date based on this is also 31 10 2004 > print("<br>"); > $thisdate=date("d m Y",$next); > print($thisdate); > ?> > > how come? > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Pablo M. Rivas. http://pmrivas.ipupdater.com ----------------------------------------------------------- pmrivas@xxxxxxxxx -- pmrivas01@xxxxxxxxxxxx -- pablorivas01@xxxxxxxxxxx -- ICQ:1668030 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php