bagaimana penambahan tanggal dalam php

$date = strtotime("+1 day", strtotime("2007-02-28"));
echo date("Y-m-d", $date);
Delightful Dunlin