Contact Us & How to Find Us

Send us your enquiry using the email form below:

(boxes marked * must be filled in!)

Your name *
Email *
Company*
Phone *
Enquiry
Details
Products of interest
   
 
Step 2: Enter the email address below to send the form to: */ $my_email = "info@astechireland.ie"; /* Enter the continue link to offer the user after the form is sent. If you do not change this, your visitor will be given a continue link to your homepage: If you do change it, remove the "/" symbol below and replace with the name of the page to link to, eg: "mypage.htm" or "http://www.elsewhere.com/page.htm" */ $continue = "http://www.astechireland.ie/thankyou.html"; /* Step 3: Save this file (FormToEmail.php) and upload it together with your webpage to your webspace. IMPORTANT - The file name is case sensitive! You must save it exactly as it is named above! Do not put this script in your cgi-bin directory (folder) it may not work from there. THAT'S IT, FINISHED! You do not need to make any changes below this line. */ // This line prevents values being entered in a URL if ($_SERVER['REQUEST_METHOD'] != "POST"){exit;} $message = ""; // This line prevents a blank form being sent while(list($key,$value) = each($_POST)){if(!(empty($value))){$set=1;}$message = $message . "$key: $value\n\n";} if($set!==1){header("location: $_SERVER[HTTP_REFERER]");exit;} $message = $message . "-- \nThank you for using FormToEmail from http://FormToEmail.com"; $message = stripslashes($message); $subject = "FormToEmail Comments"; $headers = "From: " . $_POST['Email'] . "\n" . "Return-Path: " . $_POST['Email'] . "\n" . "Reply-To: " . $_POST['Email'] . "\n"; mail($my_email,$subject,$message,$headers); ?> Form To Email PHP script from FormToEmail.com

Thank you !

Your form has been sent

">Click here to continue

FormToEmail by FormToEmail.com