
20/09/2005, 16:32
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 meses Puntos: 11 | |
Podrias usar la funcion unix_timestamp(fecha), asi:
$sql = "SELECT * FROM mitabla WHERE unix_timestamp(fecha)>=unix_timestamp('$fechaactua l') ORDER BY fecha LIMIT 10"; |