Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/10/2004, 18:45
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 23 años, 5 meses
Puntos: 9
Código PHP:
//Lo primero es crear la SELECT
$query "SELECT MONTH(from_unixtime(fecha)) mes,YEAR(from_unixtime(fecha)) anio FROM noticias GROUP BY mes,anio ORDER BY fecha";
//Ejecutamos la SELECT
$resp mysql_query($query); 
Voy a probarlo, aunque no se si funcione la variable now de SQL dentro de esta consulta. Intentaré ponerlo a ver que tal