php08 Jul 2008 02:26 pm
Getting the current date into variables
Get the parts of the current date into workable variables….
$cday = date(‘d’,time());
$cmonth = date(‘m’,time());
$cyear = date(‘Y’,time());
RSS feed for comments on this post. | TrackBack URI
