Quote referral from website

Contact Name
" . $contactname . "
Company Name
" . $companyname . "
Email
" . $email . "
Telephone
" . $telephone . "
Subject
" . $subject . "
Project Details
" . $project . "
"; // Always set content-type when sending HTML email $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n"; $headers .= "From: $Your_Email \n"; "Reply-To: $Your_Email \n"; $sent = mail($email_to, $email_subject, $message, $headers, '-fcharlottejohnson@boldmerecomputershop.co.uk'); if ($sent) { header("Location: http://www.webfunction.co.uk/thankyou.html"); } else { echo "There has been an error sending your form. Please try later."; } } } ?> Web Function | Bespoke Web Design, Website Development, Website Redesign, Domain Names, Web Hosting, Based in Birmingham, UK