This PHP script will query your MySQL database’s table where you keep your news, articles and such and basically create an XML file from that information. Once you look into the file itself, you can see that the query would need to be changed to suit your needs, but that’s pretty much the end of it.
Related Submissions:
- Copying Tables in MySQL Whether you need to copy a test table to a production database, or you need to duplicate a table with only some selected rows or...
- Optimizing MySQL Queries with LEFT JOIN This week, I wanted to share some of my recent experiments with MySQL queries in regard to lowering the number of requests sent to the...
- Add the Script & Style Feed to Your Website Script & Style’s popularity continues to grow due the community’s enthusiasm and number of quality articles submitted on a daily basis. Chris Coyier and I,...
- PHP & MySQL File Download Counter Today we are creating a simple, yet robust, file download tracker. Each file will have a corresponding row in the database, where the total number...
- Using MySQL Alongside PHP - Part One A short tutorial for beginners to PHP and/or MySQL that shows the basics of using a MySQL database to create a list of clients. ...