possable to marque the tittle?
Posted: Mon Mar 19, 2007 6:17 am
Would it be possable to marque the tittle, mabey, change the title when someone loads a page, but using the include tags, (change the head of the html code)?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$Title = "My Title";
?>
<html>
<head>
<title><?=$Title?></title>
</head>