XML & PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rajitated07
Forum Newbie
Posts: 1
Joined: Wed Nov 17, 2010 12:16 am

XML & PHP

Post by rajitated07 »

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
User avatar
tr0gd0rr
Forum Contributor
Posts: 305
Joined: Thu May 11, 2006 8:58 pm
Location: Utah, USA

Re: XML & PHP

Post by tr0gd0rr »

Start with php's DOM extension and the examples there.
Post Reply