Rate this script:  I Love it  /   I Hate it

Date In The Future


Code


<?php
 $nextmonth = mktime(0, 0, 0, date("m")+1, 1, date("Y"));
 echo date("F", $nextmonth);
 ?>
 

 

 
Date In The Future scripts | Date In The Future snippet | Date In The Future example | Date In The Future tutorial | Date In The Future code