Sheez, I spotted my error regarding "$statename." I changed it to the following, and it fixed that problem.

<?php
$todayDate = date("m-d-Y");
echo '<title>Freedomware &gt; ' . $statename . '</title>';
echo '<meta name="description" content="ZXZX versus Microsoft" />';
echo '<script src="' . $periods . 'js/swapclass.js" type="text/javascript"></script>';
echo '<link href="' . $periods . 'css/a1.css" rel="stylesheet" type="text/css" />';
if($includea1 == TRUE){
echo '<link href="' . $periods . 'css/na/a1.css" rel="stylesheet" type="text/css" />';
}
echo '<link href="' . $periods . 'css/na/rockies.css" rel="stylesheet" type="text/css" />';
?>


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to