Ver original<?php$fecha_matricula = "01-01-2010";for($i = 1; $i <= 6; ++$i){ echo date("d-m-Y", strtotime($fecha_matricula." +$i month"))."<br>";}?>