-
$sqln="select * from noticias order by idnoticias";
$resn=mysql_query($sqln,$link)or die("error seleccionando el registro");
if($resn!=""){
while($rown=mysql_fetch_array($resn))
{
?>
- echo substr($rown["titulo_noticias"],0,40)?> }} ?>


