Posted by Chung Leong on 11/25/02 11:27
If you want to add a year to the current date, then add one to the year. 2005 + 1 = 2006. It's not rocket science. Example: extract(getdate); $year = $year + 1; echo "$year-$month-$mday";
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming