↧
Answer by Adam Pointer for simple xml parsing
Try this: foreach($rss->channel->item as $item) { $title = (string)$item->title[0]; echo $title;}
View Articlesimple xml parsing
firstly im a bit of a php noob,thought i had simple xml down but apparently not :)i'm simply trying to parse a news feed and echo it out, but i'm getting nothing, and no error message which makes it...
View Article
More Pages to Explore .....