![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/12/2007, 05:59
|
![Avatar de hulray](http://static.forosdelweb.com/customavatars/avatar150124_1.gif) | | | Fecha de Ingreso: septiembre-2006
Mensajes: 630
Antigüedad: 18 años, 5 meses Puntos: 3 | |
Re: Buscador por fecha Algo asi?
if( !empty( $_POST['buscar'] ) ) {
$fecha= addslashes($_POST[dia], $_POST[mes], $_POST['ano'] ) ;
$consulta = "SELECT * FROM am_inspeccion WHERE fecha='$fecha";
}
estoy en lo correcto?
porq no me funciona :s |