So when using a dynamic page link like below
How would you get a SEO friendly page title dynamically for the incoming page without setting a specific array on the index.php page checking the incoming page name from the GET variable.PHP Code:<a href='index.php?page=blah'>
The problem I find is that almost always the included page is outputted well after the <head> of the page so if you had set the page title on the incoming page it still won't work cause the title has already been rendered in the browser before the included page is rendered.
