Creating a simple RSS feed in PHP
In my current project, #tifnum, I wanted to add a simple RSS feed, so that interested people can get the newest favorite number every day. After trying out many solutions, I found out that using the SimpleXMLElement it is one simple way of doing this. Assuming that you have an array containing …
