![]() |
How do I create "Site Index" using PHPDig ?
I notice in the /admin section that the script creates a hierarchical tree of the pages on the site.
Is it possible that someone has a method of doing something similar with the Page Title and URL to make a "Site Index" page? Either in a hierarchical tree, or alphabetical something like: http://www.law.uga.edu/siteindex/index.html would be great. Jim |
Hi. Perhaps try a query like the following:
SELECT sites.site_url,spider.path,spider.file,spider.first_words FROM sites,spider WHERE sites.site_id = spider.site_id ORDER BY spider.first_words; |
Script for Site Map
I wrote this script to create a hierarchy site index from a database that has fields for the URL and the Page Title
What is the best query to get just the URL and the Page Title from the PHPDig database? PHP Code:
|
Hi. TMTOWTDI, but here's one way to make a sitemap using info in the PhpDig tables.
PHP Code:
|
jimfletcher's code didn't work for me.. but charter's did
|
workink perfect for me :) thanks
|
All times are GMT -8. The time now is 09:58 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.