postArgs["companyname"]; $firstname = $in->postArgs["firstname"]; $lastname = $in->postArgs["lastname"]; $email = $in->postArgs["email"]; $address = $in->postArgs["address"]; $city = $in->postArgs["city"]; $state = $in->postArgs["state"]; $zip = $in->postArgs["zip"]; $aicpanumber = $in->postArgs["aicpanumber"]; $action = $in->postArgs["action"]; $adminemail="luke@oxygen.ro, anuzza@oxygen.ro, carlos@e-file-online.com"; function sendApproveEmail ($cpaid, $companyname, $firstname, $lastname, $email, $address, $city, $state, $zip, $aicpanumber, $adminemail) { $mailto=$adminemail; $message=" Hi, A new cpa registered --------------------------------------- Company name: $companyname Name: $firstname $lastname E-mail: $email Address: $address City: $city State: $state Zip: $zip AICPA number: $aicpanumber --------------------------------------- To check the cpa AICPA number click here: https://www.cpa2biz.com/CS2000/My+Method/New+User.htm Don't forget to delete your cookies before checking. To check if he/she is member of the PCPS please click here: http://aicpa.org/pcps/member/function/memdir/PCPSFirmSearch.asp Remember that it must be both AICPA and PCPS verified. To approve/deny this entry click here: https://www.e-file-online.com/admin/approve.php?id=$cpaid Regards, The PHP Script. "; mail($mailto, "New CPA registered - Please check ASAP!", $message, "X-Priority: 1 (Highest)\nX-MSMail-Priority: High"); } ?> CPA Advisors Program Information Center : Register
E-file Online CPA Advisor icon


Call Us Now:

1-(888) CPA - 9115

Monday ~ Friday
9:00 a.m. – 5:00 p.m. PST


Or e-mail us at:

CPA_Advisors@E-File-Online.com
 

CPA Advisors Program

Please use a different e-mail address."; $bademail=true; } $dbhandle=db_query("SELECT * FROM ".$MYSQL_DATABASE.".newcpas where email='$email'"); if (mysql_num_rows($dbhandle)!=0) { # if we found his address in the register database $badinput=true; $badmsg="This e-mail address has already been used.
Please use a different e-mail address."; $bademail=true; } # Check filled fields if (strlen($companyname)<2) { $badinput=true; $badcompanyname=true; } if (strlen($firstname)<2) { $badinput=true; $badfirstname=true; } if (strlen($lastname)<2) { $badinput=true; $badlastname=true; } if (!ereg ("^[a-zA-Z0-9._-]+@([a-zA-Z0-9._-]+\.)+([a-zA-Z0-9_-]){2,5}$", $email)) { $badinput=true; $bademail=true; } if (strlen($address)<10) { $badinput=true; $badaddress=true; } if (strlen($city)<1) { $badinput=true; $badcity=true; } if (strlen($zip)<5) { $badinput=true; $badzip=true; } if (strlen($aicpanumber)<4) { $badinput=true; $badaicpanumber=true; } } if ($action!="register" || $badinput) { # if the user did *NOT* click the register button if ($badinput) { ?>

The fileds marked with a red asterisk (*) have not been filled correctly.

New CPA Advisor Registration
Company name: *
First name: *
Last name: *
E-mail: *
Address: *
City: *
State:
Zip: *
AICPA number: *

Thank you for registering, you will receive an e-mail message as soon as your aicpa number is verified.

Note: The CPA login does not function using AOL. CPA Advisors must log-in thru their browsers.

An error occured while storing your information. Please try again later. We apologize for the inconvenience.