$HDR = array();
function do_header($title, $bar, $right) {
if(!$title) {
$title = "We Be Webin - Get money just for clicking";
}
$values{'title'} = $title;
// Open Up Header File
$OLDHDR = file("/home/virtual/site82/fst/var/www/html/style/header.htm");
foreach($OLDHDR as $line) {
$HDR[] = preg_replace("/\$(\w+)/e", "get_value($1)", $line);
}
}
echo $HDR;
?>
That will not echo, I can't pull the array out of the function?