Forum Moderators: coopster
Through a loop, constantly add x days from the starting date until you reach the exact number of days offset using strtotime()
eg.
1st pass - strtotime("2004-07-14 +0 day")
2nd pass - strtotime("2004-07-14 +1 day")
3rd pass - strtotime("2004-07-14 +2 day")
4th pass - strtotime("2004-07-14 +3 day")