par
cmoi » 15 janv. 2007, 00:38
<?php
$nexen = simplexml_load_file('http://www.nexen.net/index2.php?option=com_rss&feed=RSS2.0&no_html=1');
foreach ($nexen->channel->item as $n)
{
echo utf8_decode( sprintf('<a href="%s">%s</a><br>', $n->link[0], htmlspecialchars($n->title[0])));
}
?>
pour essayer, j'ai copier/coller ton code, mais j'obtiens un message d'erreur:
Fatal error: Call to undefined function: simplexml_load_file() in /mnt/115/free.fr/d/6/europoleformations/Portail/actu.php on line 232
[php]<?php
$nexen = simplexml_load_file('http://www.nexen.net/index2.php?option=com_rss&feed=RSS2.0&no_html=1');
foreach ($nexen->channel->item as $n)
{
echo utf8_decode( sprintf('<a href="%s">%s</a><br>', $n->link[0], htmlspecialchars($n->title[0])));
}
?>[/php]
pour essayer, j'ai copier/coller ton code, mais j'obtiens un message d'erreur:
Fatal error: Call to undefined function: simplexml_load_file() in /mnt/115/free.fr/d/6/europoleformations/Portail/actu.php on line 232