function demag($varvalue){ if (get_magic_quotes_gpc() == 1){ $varvalue = stripslashes($varvalue); } return $varvalue; } function getvar($vartype, $varname){ if (strstr(phpversion(), "4.0")){ global $HTTP_POST_VARS, $HTTP_GET_VARS; $_POST = $HTTP_POST_VARS; $_GET = $HTTP_GET_VARS; } switch ($vartype){ case "POST": $varvalue = $_POST{$varname}; if (isset($varvalue)){ $varvalue = htmlspecialchars(demag($varvalue)); } break; case "GET": $varvalue = $_GET{$varname}; if (isset($varvalue)){ $varvalue = htmlspecialchars(demag($varvalue)); } break; } return $varvalue; } if (getvar('POST','action') != "submit") { ?>
Proposal |
|
From: Wade Vidal 3105 Quail Hunt Court Midlothian, VA 23112 |
Date Submitted: echo getvar('POST','datesub'); ?> |
|
|
Proposal Submitted To: echo getvar('POST', 'person'); ?> |
Work to be performed at: Street: echo getvar('POST', 'street'); ?> City/State: echo getvar('POST', 'citystate'); ?> |
We hereby Propose to furnish all the materials and perform all the labor
Necessary for the completion of: All material is guaranteed to be as specified, and the above work to be performed in accordance with the drawings and specifications for above work and completed in a substantial, workmanlike manner for the sum of ( echo getvar('POST', 'price'); ?>)Dollars With payments made as follows: echo getvar('POST', 'payment'); ?> Any alteration or deviation from the above specifications involving extra costs,will be executed only upon written orders and will become an extra charge over and above the estimate. All agreements contingent upon strikes, accidents or delays beyond our control. Owner to carry fire,tornado,and other necessary insurance upon above work. Workmen's compensation and public liability insurance on above work to be taken out by contractor. |
|
Respectfully submitted Wade Vidal per |
|
Acceptance of proposal: The above prices,specifications and conditions are satisfactory and are here-by accepted.You are authorized to do the work as specified. Payment will be made as outlined above.
Accepted____________________Signature________________________________________ |