![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/07/2010, 20:30
|
| | Fecha de Ingreso: agosto-2009
Mensajes: 37
Antigüedad: 15 años, 5 meses Puntos: 0 | |
Respuesta: Pregunta sobre fechas Gracias por responder, seria algo como:
$mes=2;
$dia=6;
$ano=2002;//se que a esto hay que darle formato o algo asi
$total = mktime(0, 0, 0, $mes+6, $dia, $ano);
echo $total; |