Re: PHP includes -- unique title and meta tags for each page
- From: boclair <boclair@xxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 23:48:35 GMT
jl wrote:
I am using includes so that the content on each page is loaded from other PHP files in an /includes directory. I would like to know how to make the title and meta tags of each page be unique also. I'm not sure how to make this work correctly.
$thisfile=(basename ($_SERVER['PHP_SELF'])); if ($thisfile=="index.php") {...} else {...} if ($thisfile=="other.php") {...} else {...}
Louise .
- References:
- Prev by Date: mail() sending in html format (or not)
- Next by Date: 2 ques on image upload
- Previous by thread: PHP includes -- unique title and meta tags for each page
- Next by thread: Re: PHP includes -- unique title and meta tags for each page
- Index(es):