Log in

View Full Version : dynamic site map ?



markup
04-12-2010, 12:39 PM
How do i create dynamic site map for php website , is there a tool to create that ?

traq
04-12-2010, 03:05 PM
Google (http://www.google.com/search?q=PHP+DYNAMIC+SITEMAP&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)

It wouldn't be hard to create your own, either, using glob(), or some similar function, and some if statements to exclude the directories/file you want to leave out.