I usually just use some JS in the footer.php of the page to go back and
change the title based upon other stuff, say the user's name or whatever:

<script language="JavaScript" type="text/javascript">
parent.document.title = "<?= PRODUCT_NAME ?> :: <?= $PAGE_TITLE ?>"; 
</script>

> -----Original Message-----
> From: Jack S [mailto:jacklistm...@gmail.com] 
> Sent: Wednesday, November 18, 2009 8:30 AM
> To: php-general@lists.php.net
> Subject: [PHP] dynamic meta tag and title app?
> 
> Hello All,
> 
> Does anyone have a reference to a program that may be out there to
> help with using a single header.php for a site, but then dynamically
> loads different keywords , titles etc based on what page is including
> the header file?
> 
> Sample:
> If home page include it knows the title and other variables would be
> home, about us would be about etc.
> 
> -- 
> Thanks!
> Jack
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to