RE: [PHP] date add more 7 days, help needed.

2001-04-23 Thread Maxim Maletsky
PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Jacky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 11:27 PM To: [EMAIL PROTECTED] Subject: [PHP] date add more 7 days, help needed. Hi all I have variable that store date like this

[PHP] date add more 7 days, help needed.

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