View Single Post
  #2 (permalink)  
Old Dec 3rd, 2007, 20:05
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,800
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Whoever solves this for me gets a nice X-mas card!

This is a mixture of RSS(XML) and PHP.
You need to grab the feed, then use an XML parser or regex to output stuff!
You can grab the feed with file_get_contents() or if they have leech protection, lookup CURL.
Reply With Quote