| United States Senator Dianne Feinstein - E-Mail Form | | www.senate.gov/~feinstein/email.html |
| Office of US Senator George Allen | | allen.senate.gov/email.html |
| Senator Hillary Rodham Clinton: Constituent Email Form | | clinton.senate.gov/email_form.html |
| US Senator Rick Santorum-Pennsylvania | | santorum.senate.gov/emailrjs.html |
| Email the Senator | | miller.senate.gov/email.htm |
| US Senator Maria Cantwell - Contact - | | cantwell.senate.gov/contact/ |
| Contact Senator Schumer | | schumer.senate.gov/webform.html |
| Senator Tom Daschle | | daschle.senate.gov/webform.html |
| inc/api_mime_mail.php | | MIME Email Classes by Richard Heyes |
| inc/api_mime_mail_2.php | | MIME Email Classes by Richard Heyes |
| inc/api_mime_mail_3.php | | MIME Email Classes by Richard Heyes |
| inc/background.gif | | A sample email background image |
| inc/common.php3 | | php library containing the fcns Quote2HTML and IsNothingCheck |
| js/common.js | | javascript file containing the fcn submitForm. |
| emailscript.php | | Main code script. html email, attachments, and file uploading support. |
| get_quote.html | | A sample submission form page ( w/o file uploading ) |
| tij_place_order.htm | | A sample submission form page (w/ file uploading ) |
| phpinfo.php3 | | A one line useful script for displaying your servers php configuration |
| readme.txt | | Policy Statement from the offices of US Senator John Wankin (D - Cuba). |
| txtEmail | | If the user submits their email address in form input text elements "txtEmail" ( <input type="text" name="txtEmail" value="" tabindex="10">) then the user will receive a copy of his/her email. |
| Surname and Given_Names | | If the user submits these form input text elements ( <input type="text" name="Surname" value="" tabindex="10">) then the users name will be printed in the email. |
| url | | After form submission and processing this is the page which will be displayed. |
| base_folder | | Don't need to change this. Leave it alone. The base directory of your web site on your server. |
| bg_image | | background image of the html email. You can change this to another background image as long as you put the new background image in the inc/ folder. |
| mailto | | A comma seperated string of email addresses. Please don't put spaces between the email addresses. |
| recepient_name | | Your name. Used as the FROM name in emails. |
| company/subject | | self explanitory |
| max_file_size | | largest size file that can be uploaded. In bytes. Remember 1KB = 1024bytes. 1KB does not equal 1000bytes |
| image_max_width | | if the file that is uploaded is an image then this is the maximum width the image can be in pixels. |
| image_max_height | | if the file that is uploaded is an image then this is the maximum height the image can be in pixels. |
| image_folder | | Where the uploaded files are stored. |
| registered_types | | this array contains possible mime-types. If the mime type isn't found in the array for a file you want to be able to upload then go to google.com and type [filename] mime type. One of the results will contain the mime type like text/html is the mime type for .html files. |
| allowed_types | | the allowed mime types of files that can be uploaded. If the mime type is not in this array then you can't upload that type of file. |