I'm pretty new to PHP, so please keep any answers simple. I have my MySQL database setup for a list of articles I list on my site. I use PHP to pull the data from the MySQL table onto my articles page.
I was wondering if there was a way to automatically create an XML file, for an RSS feed, of the articles in my database. Can someone tell me how to do this? Simply.... 😕
Thanks!