10 below zero value add in php date code example
Example 1: +1 month php
$time = strtotime("2010.12.11");
$final = date("Y-m-d", strtotime("+1 month", $time));
Example 2: show date php
check here link: http://www.eltcalendar.com/stuff/datemysqlphp.html