Possible Duplicate:
Simplest way to increment a date in PHP?
I am very new to php. I have the current date and I want to increment the date day by day. I don't have any end condition. I want to increment the date day by day for 4 years or so. There should not be a ending for that. I don't have any other data's like end date, start date. I want to increment the current date one by one using any loop. If anyone knows please help me.