Novedades

consulta("select * from noticias order by not_id desc"); $res=$db->fetch_array($consulta); $logos=""; $cant=count($res); $e=0; if($res) { foreach ($res as $nov) { $e++; if($e<$cant){$l='
';}else{$l='';} if($nov['not_imagen']) { $ruta="includes/dibujar_proporcion.php?file=".$_SESSION['FILES'].$nov['not_imagen']."&ancho=200&alto=235"; $img="".$nov["; } else { $img=""; } $url=escribeurl($nov['not_titulo'],3,$nov['not_id']); echo '

'.utf8_decode($nov['not_titulo']).'

'.$img.'

'.$nov['not_copete'].'

'; } //echo $nove; } ?>