Tag Archives: feeds

Quick RSS Feed example

Here’s a quick way to get your site running with it’s own RSS feed. You rarely see a site without one! <?php header(‘Content-type: text/xml’); //change file type to XML include(“the database!”);  //get config ?> <rss version=”2.0″> <channel> <title>Feed Name</title> <description>Feed … Continue reading

Posted in Code | Tagged , , | Leave a comment