<?php // ************************************************************************************************* // Title: PHP AGTC-FORM MAILER v2.0a // Developed by: Andy Greenhalgh // Email: hide@address.com // Website: agtc.co.uk // Copyright: 2005-2006(C)Andy Greenhalgh - (AGTC) // Licence: GPL - Copyright notices must remain // ************************************************************************************************* // // Do not change this code from here unless you know what you are doing. $email = "hide@address.com"; $subject = "Contacting me"; $formheader = "My Form"; $formintro = "Use this form to contact me"; // ( 1 = True or ON / 0 = False or OFF ) $snopt = 1; $adopt = 1; $htopt = 1; $wtopt = 1; $ftopt = 1; $mtopt = 1; ?>