include("entrada.php3"); //da acceso para utiliozar otro programa
$resulN=mysql_query("select * from noti_eco_rus where id like $idn",$link);
if($resulN<0)
{ # error occured
echo"ERROR: $phperrmsg";
exit;
}
$n=mysql_fetch_array($resulN);
echo "$n[fecha]$n[titulo]
";
echo "$n[noticia]
";
?>