require ("../phpinc/include.php"); require ("../phpinc/userFunctions.php"); // // checkPostErrors // function checkPostErrors() { global $errors, $in; $localError = false; if (strlen(trim(stripslashes($in->postArgs["firstName"])))<2 || strlen(trim(stripslashes($in->postArgs["firstName"])))>32) { $localError = true; $errors[] = "The required field First Name was not correctly filled."; } if (strlen(trim(stripslashes($in->postArgs["lastName"])))<2 || strlen(trim(stripslashes($in->postArgs["lastName"])))>32) { $localError = true; $errors[] = "The required field Last Name was not correctly filled."; } if (!ereg ("^[a-zA-Z0-9._-]+@([a-zA-Z0-9._-]+\.)+([a-zA-Z0-9_-]){2,5}$", $in->postArgs["email"])) { $localError = true; $errors[] = "The required field Email was not correctly filled."; } if ($localError==false) { return true; } else { return false; } }// end checkPostErrors // // saveExtension // function saveExtension($userId) { global $sql, $errors, $in, $conf; // check if he already downloaded the form for the current fiscal year $result = $sql->dbQuery(" SELECT * FROM extension WHERE userId = '".$userId."' AND fiscalYear = '".$conf->fiscalYear."' "); if (!$result) { $errors[] = "Database Error. Please try again."; return false; } if ($sql->numRows>0) { return true; } // doesn't have it // insert extension $result = $sql->dbQuery(" INSERT INTO extension (userId, extensionDate, fiscalYear) VALUES ('".$userId."', NOW(), '".$conf->fiscalYear."') "); if (!$result) { $errors[] = "Could not save your info in the database. Please try again"; return false; } } // end saveExtension function showHead() { ?>
![]() |
E-File Online, Inc. is an |
||||||||
|
|
|||||||||
| E-File Online users: E-File Help =(date("Y") - 1)?> Tax Return EFile Status Quick Refund Print =(date("Y") - 2)?> Return Print an Extension |
Print an Extension Form 2688Form 2688 - Application for Additional Extension of Time to File U.S. Individual Income Tax ReturnIf you need additional time to file your =(date("Y") - 1)?> tax return, we have provided a FREE Form 2688 for you to complete, print and mail to the IRS. Form 2688 is an application for an extension of time to file your tax return.
|
|
| Copyright 2000-2004 E-File Online, Inc. | CPA Advisors Program | Privacy Notice | Contact Us | Save-A-Tree | Search | Get Acrobat Reader | |