I have a php site that I would like to apply dynamic page titles to. I have the variables existing and used on that same page already, but when I try to add them to the page title it stays blank when Iuse:
<?php echo $t->user->name ?>
or also;
<?php echo $Searcher->getUserLink($t->user->screen_name,$t->user->name,$categoryID)?>"><?php echo $t->user->name ?>
The same instructions are working where the code currently is further down the page, can anyone help me to use this to create dynamically changing page titles please? As you can probably tell Im no php expert but can follow instructions to some degree
Thankyou
|