Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/04/2009, 19:45
Avatar de joelluis17
joelluis17
 
Fecha de Ingreso: septiembre-2008
Mensajes: 182
Antigüedad: 15 años, 8 meses
Puntos: 2
Respuesta: ordenar por fecha!!

si entiendo tu pregunta seria asi:

en tu consulta colocas ORDER BY tu_campo_de_fehca ASC


UN EJEMPLO:


$result=mysql_query("select * from tabla order by fecha ASC",$link);

ASC ascendnetemente
DESC desendentemente