Hi Guyz,
I am looking to extract a news XML feed using PHP. I am not sure how to get the file and then parse the same.
For example:
What statement to use to extract http://rss.newser.com/rss/section/5.rss and display the same in a formatted manner
I'm just learning php and xml, and am having heeps of trouble getting this done
XML & PHP
Moderator: General Moderators
Re: XML & PHP
Start with php's DOM extension and the examples there.