In my website I have certain preset variables such as the page title, year/time, and etc.
For example in my title I would use
<title> <?php echo $TITLE; ?> </title>
However, how would I make it so typing something like..
<title> [TITLE] </title>
Will produce the same result?