Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/11/2012, 10:12
flowerstar
 
Fecha de Ingreso: octubre-2012
Ubicación: Mexico DF
Mensajes: 9
Antigüedad: 11 años, 6 meses
Puntos: 0
Respuesta: problemas con php, mysql, jpgraph

Mi formulario es el siguiente

<head>
<?php echo form_open('php/Homely_Diario_Categoria_Busqueda');

?>
<title>fechas</title>
</head>

<body>


<center>

<form action='Homely_Diario_Categoria_Busqueda.php' method='POST'>
<form id="form" name="form" method="post">
<p><h4>Fecha inicio:<input name="fechaIn" type="text" class="calendario"></h4></p>
<br>
<p><h4>Fecha final:<input name="fechaTe" type="text" class="calendario"></h4></p>
<br>
<form name="form1" action="Homely_Diario_Categoria_Busqueda.php" method="post">
<input type="submit" value="Consultar" >
</form>
</body>
</html>