AW: [PHP] page_title ... Erik Gjertsen

2004-05-09 Thread Shahed, Raja
Erik Gjertsen wrote ?php $page_title = "Welcome"; ?> Now you see it Rev. Raja shahed >-Ursprüngliche Nachricht- >Von: Erik Gjertsen [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 8. Mai 2004 00:36 >An: [EMAIL PROTECTED] >Betr

Re: [PHP] page_title

2004-05-08 Thread Erik Gjertsen
Thanks it help Erik Gjertsen "Kim Steinhaug" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is it me or is the sollution here incredible simple? > > $page_title = "Welcome"; > ?> > > > > -- > -- > Kim Steinhaug > -

Re: [PHP] page_title

2004-05-08 Thread Daniel Clark
Think you want >>I have write following code: >>>$page_title = "Welcome"; >>?> >> >>But I can not see Welcome on top of the page. >>Can someone tell me why I not can see it? >> >>Thanks >>Erik Gjertsen >> >>-- >>PHP General Mailing List (http://www.php.net/) >>To unsubscribe, visit: http://www.

Re: [PHP] page_title

2004-05-08 Thread Kim Steinhaug
Is it me or is the sollution here incredible simple? -- -- Kim Steinhaug -- There are 10 types of people when it comes to binary numbers: those who understand them, and those who don't. --

Re: [PHP] page_title

2004-05-07 Thread John W. Holmes
Erik Gjertsen wrote: 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 – w

Re: [PHP] page_title

2004-05-07 Thread deseavers
echo "$page_title"; -Original Message- From: Curt Zirzow <[EMAIL PROTECTED]> Sent: May 7, 2004 4:47 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] page_title * Thus wrote Erik Gjertsen ([EMAIL PROTECTED]): > > > um, your title of you page goes here. Curt -

Re: [PHP] page_title

2004-05-07 Thread Curt Zirzow
* Thus wrote Erik Gjertsen ([EMAIL PROTECTED]): > > > um, your title of you page goes here. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] page_title

2004-05-07 Thread Erik Gjertsen
No I cant see it on het sorurce. Butt it coms up with the hole path to the site on the topp of the page and in seek feld on the site http://www.gjertsen.as/Skole22/Kapittel6/index5.php Welcom to us'; include("./tempelates/footer.inc"); ?> Thanks Erig Gjertsen "Bao Ruixian" <[EMAIL PROTE

Re: [PHP] page_title

2004-05-07 Thread BAO RuiXian
Erik Gjertsen wrote: >I have write following code: >$page_title = "Welcome"; >?> > >But I can not see Welcome on top of the page. >Can someone tell me why I not can see it? > > Can you see it by reading the source of the page?:) Best Bao >Thanks >Erik Gjertsen > > > -- PHP General Mail

[PHP] page_title

2004-05-07 Thread Erik Gjertsen
I have write following code: But I can not see Welcome on top of the page. Can someone tell me why I not can see it? Thanks Erik Gjertsen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php