Re: [EMAIL PROTECTED] Page Title

2005-12-26 Thread Dan Jallits
Set the variable in a file that will be included globally throughout the site . Then in your HTML template you ECHO the vaiable. On 12/26/05, Dustin Krysak <[EMAIL PROTECTED]> wrote: > the html title tag. You can echo it out with PHP. > > d > > > > > On 26-Dec-05, at 11:16 AM, Christopher Deel

Re: [EMAIL PROTECTED] Page Title

2005-12-26 Thread Dustin Krysak
the html title tag. You can echo it out with PHP.dOn 26-Dec-05, at 11:16 AM, Christopher Deeley wrote:If there a way to set the page title (ie the thing that appears in he browser window) using PHP? At the moment all my pages display the full path (ie http://www.mydomain.com/page.php) in the title

[EMAIL PROTECTED] Page Title

2005-12-26 Thread Christopher Deeley
If there a way to set the page title (ie the thing that appears in he browser window) using PHP? At the moment all my pages display the full path (ie http://www.mydomain.com/page.php) in the title bar. Is there any way using PHP to change this to display a title I want?   Thanks