On Tue, March 22, 2005 7:01 am, Reinhart Viane said: > One question: on most of these search engines I can't seem to find if the > index and search dynamically generated pages. Search engines do not generally index a page they can detect is dynamically generated. That means pages that have ? in the URL. You can use $_SERVER['HTTP_PATHINFO'] to alter URLs to not have ? in them, and they will get indexed by the search engines. There are several on-line articles on how to do this. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php