PHP : Smallest RSS feed script
Read the rest of this article
hi, normally when I need to fetch an RSS feed in private project I used some old script based on the php function fopen. But with my current Host (Dreamhost) fopen is dissables for various security reason, they however adviced to use the cURL library, I wasn’t familiar with it but after some reading and testing I’ve build an super small feedreader, well see for yourself . (Oh and you need to have the XML parser module installed on your server).










