Page 1 of 1

XML & PHP

Posted: Wed Nov 17, 2010 12:27 am
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

Re: XML & PHP

Posted: Wed Nov 17, 2010 2:03 pm
by tr0gd0rr
Start with php's DOM extension and the examples there.