Re: PHP includes -- unique title and meta tags for each page



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
.