Mailing List Sign-Up
"; $myFile = "maillist.txt"; $fh = fopen($myFile, 'a') or die("can't open file"); $stringData = date("m/d/Y H:i")."\r\n".$_POST['request']."\r\n".$mesg; fwrite($fh, $stringData); fclose($fh); if( mail($to, $subj, $mesg) ) { mail($to2, $subj2, $mesg2, $header2); echo ""; echo ""; echo ""; echo "";
echo "";
echo "";
echo "";
echo "
";
} else
echo "Message failed to send";
}
?>
";
echo "
";
echo "Message Submitted
"; echo "Your message has been submitted to CBA. You will receive an automatic email confirmation shortly. Thank you for contacting us!
"; echo "Click here to return to the CBA website.
"; echo "

