Quantcast
Channel: simple xml parsing - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Adam Pointer for simple xml parsing

Try this: foreach($rss->channel->item as $item) { $title = (string)$item->title[0]; echo $title;}

View Article


simple 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
Browsing all 2 articles
Browse latest View live