Noticias Pasadas - Investigación

"); while($array = mysql_fetch_array($cad)) { $href="href='#'"; $title=""; //if ($array[document]!= ""){ $href="target='_self' href='http://sistemas.upb.edu/sistema/preview.php?id=$array[code]'"; //} if ($array[imagen_icono]!=""){ $href= "target='_self' href='".$array[imagen_icono]."'"; $title="Click para Ir a la Imagen..."; } if ($array[url]!=""){ $href= "target='_self' href='".$array[url]."'"; $title="Click para Ir al enlace externo..."; } $tres=substr($array[date], 0, 4); $dos=substr($array[date], 5, 2); $uno=substr($array[date], 8, 2); $fecha = ($uno."/".$dos."/".$tres); if ($año != $tres) { $año = $tres; if ($año != ""){ echo (""); } echo ("

Noticias Año ".$tres."

"); echo (""); } if (($mes != $dos) and ($año==$tres)){ $mes = $dos; $num = $mes-1; $string_mes= $meses[$num]; echo ("".$string_mes.""); } echo ("".$fecha.""); echo (""); echo ("".$array[title].""); echo ("".$array[description].""); } echo(""); ?>