how to add a day in a date? Noob question
Posted: Thu Oct 30, 2008 10:33 pm
hi, in new in php, i dont now how to add a day in a date. please help me. thnx
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$date = strtotime("2008-10-31 +1 day");