I have a website which uses a PHP content management system to add and edit articles (see example article: http://bournemotorclub.co.uk/latestnews.php?fn_mode=fullnews&fn_id=41 )
What I'd like to be able to do is to set the title of the HTML page (which at the moment, in the example above, is BMRC: Latest News) to the subject of the article (ie 'Review of 2013' in the example above)
Does anyone have any experience with doing this sort of thing, or have any advice as to the coding I need to use. I've tried using:
<title> <?php $news_info['subject'] ?> </title>
but that just left the title blank.
Any help given is very much appreciated.
Thanks.
echo