// Script Name: PHP Contact Mailer
// Set page variables.
$title = "Request for Addition to Mailing List";
$back = "";
$bg = 'FFFFFF';
$text = '000000';
$link = '000000';
$vlink = '000000';
$trans = 'spinoutin';
$btntag = 'text=000000 insetselection';
$txtbxtag = 'bgcolor=FFFFFF text=000000 cursor=ff autoactivate nohighlight';
// Remove < and > from the email message.
$msg = str_replace("<","",$msg);
$msg = str_replace(">","",$msg);
// Set email variables.
$your_email = 'admin@vbmatch.com';
$your_name = 'Ernest';
$your_link = 'http://www.vbmatch.com';
$contact_msg = "
Please add me to the VBmatch mailing list
Name: $name $email
I learned about VBmatch via: $learn
Message: $msg
| | |