How to post RSS Feeds into PHP page

leeym

Member
Nov 21, 2003
100
0
0
Using RSS feeds from http://rss.news.yahoo.com/rss/tech, I want to incorporate dynamic headlines into a PHP page.

What's the simplest way to interpret the XML so when the PHP page is loaded, it'll display the first 3 headline titles hyperlinked to their respective pages, including date & time (without hyperlinks).
 

Zugzwang152

Lifer
Oct 30, 2001
12,134
1
0
there's several javascript and server-side scripts available, just google it. the one thing that you will have to do for most is create a directory on your server that has write access to create a local cache for the news, so your page loads faster.