Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/09/2005, 16:32
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 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";