PHONIT ICT HELSTON, YOUR LOCAL SERVICE SUPPLIER

Contact Phil Eade

Phone: 01326 565335 Mobile: 07951 614895 Fax: PLEASE CALL

17 Marconi Close, Helston, Cornwall.   TR13 8PD

Email: info@phoneitict.com

Please fill in your details below if you have any questions or comments

Contact Us Form \n" ."Reply-To: $contact_email\n" ."X-Mailer: PHP/".phpversion(); // check for validation, then send the e-mail if(empty($contact_name) || empty($contact_email) || empty($contact_subject) || empty($contact_message)) { echo '

or fill in the form below and click \'Submit\'!

Name:

Subject:

Email:

Message:

'; } elseif(!ereg("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $contact_email)) { echo "

ERROR: Please enter a valid e-mail address.

"; } else { mail( $to, $subject, $message, $headers ); echo "

Message Sent!

Dear $contact_name,

We will get back to you as soon as possible using $contact_email."; } ?>