Re: [PHP] date plus 7 more days

2001-04-23 Thread David Robley
On Tue, 24 Apr 2001 23:44, Jacky wrote: > Hi all > I have variable that store date like this : > $First = "$year" . "$month" . "$date"; ( which return 20010201 for Feb > 1,2001) . I wanna do the loop 8 times that will add 7 more days to the > begining date and keep adding it for 8 times. The loopi

[PHP] date plus 7 more days

2001-04-23 Thread Jacky
Hi all I have variable that store date like this : $First = "$year" . "$month" . "$date"; ( which return 20010201 for Feb 1,2001) . I wanna do the loop 8 times that will add 7 more days to the begining date and keep adding it for 8 times. The looping thing is okay but I am not sure if I simply p