16/04/2009, 19:45
|
| | | Fecha de Ingreso: septiembre-2008
Mensajes: 182
Antigüedad: 16 años, 5 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 |