Is it me or is the sollution here incredible simple?

<?php
$page_title = "Welcome";
?>
<head>
<title><?=$page_title?></title>

-- 
-- 
Kim Steinhaug
----------------------------------------------------------------------
There are 10 types of people when it comes to binary numbers:
those who understand them, and those who don't.
----------------------------------------------------------------------
www.steinhaug.com - www.easywebshop.no - www.webkitpro.com
----------------------------------------------------------------------

"John W. Holmes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Erik Gjertsen wrote:
>
> > <head>
> > <title></title>
> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> > </head>
> >
> > <body>
> > <?php
> > $page_title = "Welcome";
>
> Hmmm... you're title doesn't show up? Are you using sessions? Is
> safe_mode on or off? Is html_title_mode on or off in your php.ini file?
>
> -- 
> ---John Holmes...
>
> Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
>
> php|architect: The Magazine for PHP Professionals – www.phparch.com

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

Reply via email to