I appreciate the reply CGraz - learning here. Made a few changes, same line parse error, included more code this time.
Thanks -
JB
function print_error($reason,$type = 0) {
global $version;
build_body($MailList, $FFFFFF, $000000, $0000FF, $0000FF $0000FF);
// for missing required data
if ($type == "missing") {
?>
The form was not submitted for the following reasons:<p>
<ul><?
echo $reason."\n";
?></ul>
Please use your browser's back button to return to the form and try again.<?
} else { // every other error