probe con el script php que me diste en el link, ya baje e instale el programa, pero no me funciona...
esta es la pagina que uso para leer:
Código PHP:
<?php require_once('magpierss/rss_fetch.inc');
$url="http://www.abc.com.py/titulares_rss.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body> <?php $rss = fetch_rss($url); echo $rss; ?>
</body>
</html>
y me da este error:
Catchable fatal error: Object of class MagpieRSS could not be converted to string in C:\wamp\www\misitio\testrssread.php on line 11
como puedo hacer para que me muestre los titulares?