Building sitemap on fly

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cmadsen
Forum Newbie
Posts: 3
Joined: Fri Aug 04, 2006 6:54 pm

Building sitemap on fly

Post by cmadsen »

I am looking for a script that will build a sitemap on the fly. The site is dynamicaly built from a mysql database with thousands of pages and for SEO purpose I would like to include a site map. Any suggestions?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

A bit vague, so for now the answer is: pull the data from the database to build the site map.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If it really is that many pages, I would suggest caching the result page on disk.
Post Reply