David Carrdcblogdev.hashnode.dev·May 29, 2013Create an RSS feed with PHPFirst create a new php file called feed.php it needs to end in .php as php will be required in the file. As RSS feeds use XML the browser needs to be told to expect XML rather then php/html. header('Content-type: application/xml'); Next connect to...363 readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.