Ver Mensaje Individual
  #15 (permalink)  
Antiguo 07/02/2012, 10:57
Avatar de Patriarka
Patriarka
 
Fecha de Ingreso: enero-2011
Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 14 años, 1 mes
Puntos: 288
Respuesta: problemas con fechas al quitar calendario

Esto es un asco:
echo "<form name='calendario' method='post' action='guardarfechas.php'>";
echo "<input type='text' name='fecha' value='$fecha' size='10'>";
echo "<input type='submit' value='ok'>";
echo "Fecha Entrega Prevista";
echo "<input type='text' name='fecha2' value='$fecha2' size='10'>";
echo "<input type='submit' value='ok'>";

ponelo en html simple
y por que hay 2 SUBMIT en el mismo form?