Quantcast
Browsing latest articles
Browse All 2 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 latest articles
Browse All 2 View Live