I am trying to make a page where the title of a page is determined by variable information that is passed into it. If this seems vague let me explain:
On a page where the user clicks a link (which is an array of link id's and names that is retrieved from a database), this information is passed to a page called show_link.php It is on this page that I want the link name to appear in the HTML <title> attribute.
If anybody is still confused and wants to see the code, let me know via a post.
Thanks again.