How to add a day to a date in php?

nandy

New member
My save.php file gets a date variable $dt, say it takes the value "2010-04-12". Now i need to assign the date of its next day to the variable $dt1. what are the lines of php code to do this?
 
Back
Top