add 1 day to a specific date in php


$from = date("Y-m-d",strtotime('+1 day', strtotime(date("$m/$d/$y"))));
  1. No comments yet.
(will not be published)