<?php$nextmonth = mktime(0, 0, 0, date("m")+$_POST['select_box'], date("d"), date("y"));echo "next month is ".date("m/d/y", $nextmonth); ?>