Hi!
I don't know if this is the right forum section, but I'll get it a try.
On my site, I want a select/option-box that are meant to show first of all, the actual day date, like today: 2010-02-08 and then it is meant to show the next 29 days too.
So, we say it is:
2010-02-08 date("Y-m-d");
2010-02-09
2010-02-10
2010-02-11
2010-02-12
and so on...
Now to the real questions:
I know that I need some sort of editable date function in php and a counter, that adds 1 everytime it has looped with a for or a while loop.
But when I tried to mix some example codes from the net with some of the date functions, I could not sort it out and it wouldn't work properly.
Does someone have any idea about how I can make this work?