I want to repeat the contents of a title tag into the html document itself

zhangxu

New Member
I want to repeat the contents of a title tag into the html document itself. I can find info on how to extract html into the title tag, but not the other way aroundI am hard coding a title tag set in the header of the html document and want to run server side,\[code\]<title>a title i want to repeat in html</title> \[/code\]but below the header I want to be able to print that same content on my page within a text area. All I want to show is this...a title i want to repeat in htmlI cant find exactly how to do this. Something like this?\[code\]<?php echo $title;?>\[/code\]Can anyone help?
 
Back
Top