I am totally a newbie.. here is the code i have it working on another site or two but now it won't work here.. what am I doing wrong?
<?php
//we need to set a var to find what page we are on
$pageOn = basename($_SERVER);
//this is used for the title bar
$mItem = $pageOn;
?>
<title>new|innovative technology | HVAC systems|VairTEX Canada Inc| <?=$mItem;?></title>
{headtag}
<body>
<?php
echo $pageOn;
?>