I’m making RSS feed reader with PHP and i get all feed content, but i can’t figure out hot to target RSS values so i can echo them, style them, etc!
my script so far:
foreach($feed_list as $from => $feeds) {
$xml = simplexml_load_file($feeds);
echo "<pre>";
print_r($xml);
echo "</pre>";
}
Sorry for trouble, but i found out how
Thanks to this 🙂 – Thanks Stack Overflow 🙂