Subscribe to The Atlantic Coal News Release list
if (($email==""))
{
echo"Please complete the fields below if you require further information on any of our products or services we offer. (* Indicates a required field.)";
}
else
{
$fp = fopen("reply.txt", "w") ; //w will append or create a new file
flock($fp, LOCK_EX); // lock the file
fwrite($fp, "$name Joined The Atlantic Coal News Release list form. \nName: $name \nEmail: $email \nTel: $telephone ");
flock($fp, LOCK_UN); // unlock the file
fclose($fp);
mail("info@sbmf.co.uk", "The Atlantic Coal News Release List", wordwrap("$name Joined The Atlantic Coal News Release list form. \nName: $name \nEmail: $email \nTel: $tel ", 72, "\n", 1), "Return-Path:
