Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 04-22-2007, 11:54 AM   #1 (permalink)
pea
Junior Member
 
Join Date: Jan 2007
Posts: 7
Default PHP Templating

Hello, I want to use headers and footers for my website but i'm having trouble with the title tags.

What i'm trying to do is put the page title into a variable on the contents page and then have the header echo it in the title tags.

The structure's like this:

contents page:

PHP Code:
<?php 
$title 
"title";
include(
"header.php"); 
?>
content
<?php include("footer.php"); ?>

header.php:

PHP Code:
<html>
<head>
<title><?php echo $title?></title>
</head>
</html>

But for some reason '$title' isn't echoing. Is there something i should be doing?

Thanks, Peter
pea is offline   Reply With Quote
Sponsored Links
Old 05-30-2007, 07:02 PM   #2 (permalink)
buldozerceto
Junior Member
 
Join Date: May 2007
Posts: 8
Default Re: PHP Templating

Try this
global $title;
$title="title";
....
buldozerceto is offline   Reply With Quote
Old 06-07-2007, 07:38 AM   #3 (permalink)
shedokan
Junior Member
 
Join Date: Apr 2007
Posts: 36
Default Re: PHP Templating

or try print
shedokan is offline   Reply With Quote
Old 06-28-2007, 09:07 AM   #4 (permalink)
AdIncent.com
Junior Member
 
Join Date: Jun 2007
Posts: 7
Default Re: PHP Templating

Or try this :
PHP Code:
<?php 
$title 
"title";
include(
"header.php?title=".$title); 
?>
content
<?php include("footer.php"); ?>

And header.php :
PHP Code:
<html>
<head>
<title><?php echo $_GET['title']; ?></title>
</head>
</html>
AdIncent.com is offline   Reply With Quote
Old 06-30-2007, 06:20 PM   #5 (permalink)
buldozerceto
Junior Member
 
Join Date: May 2007
Posts: 8
Default Re: PHP Templating

What happened Pea?
buldozerceto is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 04:44 AM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums