brown2005 Posted September 1, 2006 Share Posted September 1, 2006 hi... i am setting a file that is for todays date....$date = TODAYS DATE HERE ......$date_month = TODAYS MONTH HERE ......etc, etc, etc....but i have totally forgot how to do it....any help please.. Link to comment https://forums.phpfreaks.com/topic/19364-god-im-thick-today/ Share on other sites More sharing options...
samshel Posted September 1, 2006 Share Posted September 1, 2006 $date = date("Y-m-d");$date_month = date("m"); is this what u need ? Link to comment https://forums.phpfreaks.com/topic/19364-god-im-thick-today/#findComment-84011 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.