|  | Posted by laredotornado@zipmail.com on 01/29/07 05:39 
Hi,
 Using PHP 4.4.4, I want to generate an array that contains strings
 representing days from Jan. 1, 2005 to whatever the current day is.
 So the array would contain the first values
 
 '2005-01-01', '2005-01-02', '2005-01-03'
 
 and end with the values
 
 '2007-01-27', '2007-01-28'
 
 In case you're interested, I will then take this array and populate a
 MySQL table.
 
 Thanks for any advice, - Dave
 [Back to original message] |