Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/04/2005, 10:26
yokoshima
 
Fecha de Ingreso: febrero-2005
Ubicación: chile, Santiasko
Mensajes: 728
Antigüedad: 19 años, 2 meses
Puntos: 1
gracias Sabo

te pasaste, ahora pude realizar la funcion...

asi quedo ahora, y me funciona muy bien..
Código PHP:
<?php


 $guardar
=$_POST['Aceptar'];

  if (
$guardar==1){
$dia=$_POST['cb_dia'];
$mes=$_POST['cb_mes'];
$anio=$_POST['cb_ano'];
$numero=$_POST['numero'];
$fecha1 mktime(0,0,0,date("$mes"),date("$dia")+$numero,date("$anio"));
echo 
date("d/m/Y"$fecha1); 
}

?>
gracias, salu2
__________________
Una Vez Muerto el Perro.............Se acaba la Rabia :risa: