December 24th, 2005, 05:05 PM
|
#3 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
Okay I posted this in another forum but basically PHP 5.1X series has an issue with localtime();
Basically in all our scripts where you find this
$mon = $mon + 1;
this needs be added beneath
$year = $year + 1900;
|
| |