I want to automatic show internal links to related pages on my sites pages. The pages gets the content from a database. How can I do this? I know that for wordpress there are plugins that does this, but my sites are not on wordpress.
I don't understand what you mean -- do you just want to display clickable URL text? If so, check the source code for my signature link page. James
Yeah, there is wordpress plugins. Is your site build on a cms? If not, without a bit programming knowlege, you won't be able to do that. James, he means that he wants to display a list of similar pages at the bottom of each page. Like you'll find on blogs, underneath a blog post there is usually a list of related posts. He want something like that accept it's not a blog
Going to be tricky to come up with a way to do this without more information... You might be able to run a LIKE query searching for keywords in other articles related to the current article, then the X most recent to a list at the bottom.