• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to post RSS Feeds into PHP page

leeym

Member
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).
 
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.
 
Back
Top