Contáctenos

 

1300 W. Olympic Blvd.
Suite 407
Los Angeles, CA 90015
(562) 631-8011 Oficina
(213) 596-3729 Fax

info@worldclassacct.com


Nos encantaría saber de usted.
En WCA creemos que nuestro éxito viene de escuchar a nuestros clientes. Ya sea que apenas esté comenzando con su primer negocio o ya haya estado en el negocio por años, nos encantaría la oportunidad de asociarnos con usted.

Contacte a WCA hoy.

 










Sí  


Sí  


Sí  


Sí  



"; echo "

".$error."

"; echo "Please go back and fix these errors.

"; die(); } // validation expected data exists if(!isset($_POST['name']) || !isset($_POST['email'])) { died('We are sorry, but there appears to be a problem with the form you submitted.'); } $name = $_POST['name']; // required $numberofemployees = $_POST['numberofemployees']; $email_from = $_POST['email']; // required $phone = $_POST['phone']; $accounting = $_POST['accounting']; $payroll = $_POST['payroll']; $insurance = $_POST['insurance']; $tax = $_POST['tax']; $error_message = ""; $email_exp = "^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$"; if(!eregi($email_exp,$email_from)) { $error_message .= 'The Email Address you entered does not appear to be valid.
'; } $string_exp = "^[a-z .'-]+$"; if(!eregi($string_exp,$name)) { $error_message .= 'The name you entered does not appear to be valid.
'; } $string_exp = "^[0-9 .-]+$"; if(!eregi($string_exp,$phone)) { $error_message .= 'The phone number you entered does not appear to be valid.
'; } if(strlen($error_message) > 0) { died($error_message); } $email_message = "Form details below.\n\n"; function clean_string($string) { $bad = array("content-type","bcc:","to:","cc:","href"); return str_replace($bad,"",$string); } $email_message .= "Name: ".clean_string($name)."\n"; $email_message .= "Number of employees: ".clean_string($numberofemployees)."\n"; $email_message .= "E-mail: ".clean_string($email_from)."\n"; $email_message .= "Phone: ".clean_string($phone)."\n"; $email_message .= "Contabilidad: ".clean_string($accounting)."\n"; $email_message .= "Nomina: ".clean_string($payroll)."\n"; $email_message .= "Aseguranza: ".clean_string($insurance)."\n"; $email_message .= "Impuestos: ".clean_string($tax)."\n"; // create email headers $headers = 'From: '.$email_from."\r\n". 'Reply-To: '.$email_from."\r\n" . 'X-Mailer: PHP/' . phpversion(); @mail($email_to, $email_subject, $email_message, $headers); ?>

Thank you for contacting us. We will be in touch with you very soon.