Ver Mensaje Individual
  #10 (permalink)  
Antiguo 10/09/2008, 15:21
mindoata
 
Fecha de Ingreso: septiembre-2008
Mensajes: 136
Antigüedad: 15 años, 8 meses
Puntos: 1
Respuesta: consulta de fechas en php

Gracias GatorV ya encontre la solucion.
Gracias ElJavista me fuiste de gran ayuda lo hice asi:

<?php
echo"<form action='' method='post'>";
echo"Introduzca la fecha desde:<INPUT TYPE='text' NAME='Fecha_des'><BR>";
echo"Introduzca la fecha hasta:<INPUT TYPE='text' NAME='Fecha_has'><BR>";
echo"<input type='submit' name='consul' value='Consultar'>";
echo"</form>";
if(isset($_POST['consul']))
{
.................
...............
}

Yme funciono a la perfeccion