Here's something clever I thought up the other day and decided to use on my new GishTeq website to spruce things up some.
What it does is generate a bulleted list of all the web pages as links in alphabetical order according to the title. Just add the EXEC-include (SSI) statement wherever and load it up for the surprise.
An example of it in action can be seen at the GishTeq sitemap page. Hope you like it. Feel free to use it as you see fit.
What it does is generate a bulleted list of all the web pages as links in alphabetical order according to the title. Just add the EXEC-include (SSI) statement wherever and load it up for the surprise.
An example of it in action can be seen at the GishTeq sitemap page. Hope you like it. Feel free to use it as you see fit.
I was having problems with ->get_tag("small")
Your above:
if ($p->get_tag("title")) { $title = $p->get_trimmed_text; }
helped alot.
I also used the sitemap.pl also
Great Larry, I am glad that at least someone out there is using my scripts. Good luck.