Hello everyone,
I wonder is it possible to generate xml sitemap from database(mysql) so that my sitemap will be always updated.I have only one table that contain articles i like to generate xml sitemap from that table.Please suggest how it can be done.






Just use PHP's database functions to get the db results, format them to meet the DTD/Schema requirements, and then use PHP's file functions to write them to an XML file.

Bookmarks