Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/10/2012, 17:16
Ch0nGu1
 
Fecha de Ingreso: junio-2011
Mensajes: 8
Antigüedad: 12 años, 10 meses
Puntos: 0
Respuesta: Calculo de dias laborales y que un imput tome un valor

Si entiendo, en el input se hace el llamado, pero las variables fecha1 y fecha2 corresponden a:
Código PHP:
Ver original
  1. <input type="text" name="FechaInicio" id="FechaInicio" />  
  2. <input type="text" name="FechaFin" id="FechaFin" />
como los llevo alli?
seria por php?
asi:
Código PHP:
Ver original
  1. <input name="diasc" type="text" id="diasc" size="5" readonly="readonly" value="<?php echo calculardias($_POST['desde'],$_POST['hasta']); ?> "/>
Intente asi y no me va :s

Última edición por Ch0nGu1; 30/10/2012 a las 17:18 Razón: etiquetas