Warning: No ending delimiter '$' found in /home/virtual/site82/fst/var/www/html/info.php on line 27
Line 27 is makrked by comment
// Open Up Header File
$HDR = array();
$header = '/home/virtual/site82/fst/var/www/html/style/header.htm';
if (file_exists($header)) {
$afile = file($header);
for($num = 0; $num < count($afile); $num++) {
$bfile = $afile[$num];
//27 $line = preg_replace ("\$(\w+)", "get_value($1)", $afile[$num]);
array_push($HDR,$line);
}
}