Coupons

 

HOME PAGE   :   ABOUT US   :   SERVICES   :   CONTACT US
Triangle Tax and Accounting.Copyright (c) 2009.
All rights reserved
Tel: (919) 851-6400
Fax:(919) 854-4600
ErrorErrors found: '; $errorList = implode("
\n", $FTGErrorMessage); $errorPage = str_replace('', $errorList, $errorPage); echo $errorPage; exit; } # Email to Form Owner $emailSubject = FilterCChars("TTA Website Contact"); $emailBody = "FirstName : $FTGFirstName\n" . "lastName : $FTGlastName\n" . "Email : $FTGEmail\n" . "Phone : $FTGPhone\n" . "zip : $FTGzip\n" . "antispam : $FTGantispam\n" . "Message : $FTGMessage\n" . ""; $emailTo = 'mellawand@abdtechnology.com'; $emailFrom = FilterCChars("info@triangletaxaccounting.com"); $emailHeader = "From: $emailFrom\n" . "MIME-Version: 1.0\n" . "Content-type: text/plain; charset=\"ISO-8859-1\"\n" . "Content-transfer-encoding: 7bit\n"; mail($emailTo, $emailSubject, $emailBody, $emailHeader); # Include message in the success page and dump it to the browser $successPage = 'SuccessForm submitted successfully. It will be reviewed soon.'; echo $successPage; exit; ?>