Home >
Contact
>
Mailing List
MAILING LIST
Join our mailing list
To keep up to date with Grape Records
Please fill in your details below and click the submit button
if ( isset ($_POST['Submit']) && ($_POST['Submit']=="Submit") ):
// L'ADRESSE EMAIL DE DESTINATION
$dest="jane.henley@graperecords.com,web@aguila244.net";
// on recupere les infos
$referer= getenv("HTTP_REFERER");
// envoi du resultat par email
$sujet= "Grape Records - Mailing List *** ";
@$body.="Form sent from : $referer\n";
@$body.="\n\n ***Results*********\n\n";
if(count($_POST))
{
while (list($key, $val) = each($_POST)){
if (empty($val))
$body.="";
else if ($val == "Submit")
$body.="";
else
$body.="- $key : $val\n";
}
}
$body.="\n********************\n";
if(!mail($dest,$sujet,$body))
{print "ERROR sending email
";}
?>
Your email has been added to our mailing list!
Thank you for trusting Grape Records.
else : ?>
* required fields
We will not give out your details to
a third party without your consent.
endif; ?>