Page is a not externally linkable
Elijah - 1:44 am on Apr 15, 2004 (gmt 0)
I use this method to create pages that look like static pages, but are dynamically generated from the database. :) Elijah
You can also create database generated pages that are without any query strings and look like: ht*p://yourdomain.com/any-page-you-want.html
ht*p://yourdomain.com/folder/any-page/
I learned how to do this using php and mysql from an article titled "How to Succeed with URLs: A List Apart" (You'll have to search for it since this forum won't accept the url)