Form Processors

Questions? Need Help? Want to share? » PHP Forum

1068381345 Msgbox

What is this script doing? It reads a simple form and writes all the values into a txt file. The txt file is included into the main page as u will see. It's very simple to use and install...

What do u need to make it work? 1. PHP server (win98, winNT, win2000, winxp) - I use ISS (phptriad works as well) 2. copy all the files into the same directory on your server 3. run the script :P

Terms of using this tutorial: 1. Email me if u find it useful at: armand.niculescu gmail com 2. Put a link in your webpage if u wanna help me grow (http:www.armandniculescu.com) ...

1068381345-msgbox.zip

4158

EZ php Form-Mailer v 1.21 Read Me

Written by Lev taintedthoughts com> Written & Released: February 20th 2005

This simple little script allows you to have forms on your site email you. It was designed to be used as a contact form script. In other words, you create a simple form on your site where users can contact you. The script is then executed and you are emailed if successful. This program has been designed to be used for as many forms as you desire. Additionally, it allows you to alter the recipient and subject through forms you create on your pages. By doing this, you can use this same one script for 1,000,000 different forms on your site if you desired in which you could change the recipient and subject for every form. ...

4158.zip

Apgform1.4

apgForm 1.4

Site: http:www.apg88.com/apgForm/ Email: apgForm apg88 com -

You will need: 1. A PHP enabled host (running PHP 4) 2. A folder in your server with read/write permissions to work. (CHMOD 777) 3. Microsoft Excel or a similar program that can open xls files.

Installation: 1. make any changes you need to apgform.php 2. upload it to your server and CHMOD the folder it’s in to 777 3. That's it!

apgForm is a PHP file capable of processing web forms and saving them directly into an Excel file. ...

apgform1.4.zip

Contactform

THE VIEWFINDER FEEDBACK FORM - Written by Lee Penney Visit Viewfinder Design at www.viewfinderdesign.co.uk or, check out Lee's blog at www.thedigeratipeninsula.org.uk -

This is a simple to use and install feedback form that requires PHP to work.

To use, edit the mail.php file and replace the email address, return page (this can remain at the default unless you have a reason for changing it) and the site name with your details.

Edit the contact.html and thankyou.html files so they match the look of your site. ...

contactform.zip

Contactme2

PHP contactMe form by Dave Lauderdale version 2.2b This script was published at: www.digi-dl.com

UPDATE: October 14th, 2003 - Bug fixed in email address input handling UPDATE: November 18th, 2003 - Added input checks and fixed domain blocking issue

UPDATE: May 22nd, 2004 - Script was modified by Michal Hunger - modified php file is in enclosed zip called: modified.zip

UPDATE: Sept. 3rd 2005 - I recoded the script to work without register globals.

1) Set all your information in the "config.php" file. 2) Upload the "contactMe" folder to your webserver space. ...

contactme2.zip

Contactus

- Product name: SpiceScript Contact Us Package Web: http:www.spicescripts.com/contactus_script Email: office spicescripts com -

Install instructions

The instructions are for contact_a01 form. If you choose to use other look then you should replace 'a01' with the desired number, for example 'a05'. There are 21 looks from 'a01' to 'a21'

You will find the preview for all looks at:

http:www.spicescripts.com/contactus_script/demo.html

Steps:

1. Copy into your website directory the following files:

contact_a01.php (or contact_a02....contact_a21) ...

contactus.zip

Eeezy1.2

Content: Eeezy Mail.php, Install.txt, ...

eeezy1.2.zip

Evaria Email V.3.0

BEFORE YOU PROCEED #

*************************************************************************** * Copyright © 2003 - Thomas Egtvedt - www.evaria.com - thomas evaria com * * * * EMAIL - Evaria Mail Client - Support: forum.evaria.com * * * * This program is commercial software; you can not redistribute/reproduce * * it and/or sell it without the prior written consent of www.evaria.com * ...

evaria-email-v.3.0.zip

Fh3 V1.2

PHP Connector for the FCKeditor v2 File Manager Written By Grant French, Sept 2004 grant mcpuk net - http:www.mcpuk.net

FCK Editor - Written By Frederico Caldeira Knabben http:www.fckeditor.net

Icons supplied for file types from everaldo - http:www.everaldo.com

Permissions fix for upload.cgu and fix for thumbnail background colour by - Ben Lancaster (benlanc ster.me uk)

!!PLEASE READ THROUGH THIS README *BEFORE* CRYING FOR HELP!!

NOTES:

This software is provided as is with no guarantees or ...

fh3-v1.2.zip

Form Generator

Content: Login.php, Preview.php, Step1.php, Step2.php, Step3.php, Codelock.php, Footer.php, Form.php, Header.php, Copyright Notice.html, Install Instructions.html, ColorPicker2.js, Admin.php, Codelock.php, Config.php, Errors.php, Form.php, Generated.php, ...

form-generator.zip

Form2mail

Content: Form2mail.php, Form2mail.htm, Blockip.txt, ...

form2mail.zip

Formtoemail

Content: FormToEmail.php, ...

formtoemail.zip

Hazard.contact

Hazard Contact - Written by Joseph George Jacobs (joe hazardcell com) Version 2.0

HOW IT CAME ABOUT!

v1.0-This is the contact form script I use at hazardcell.com. Pretty simple to understand and use. Nothing fancy. Definately could use some modification such as email validator or something. Please post suggestions at hazardcell.com forums.

v2.0-I have made 3 main modifications. The script now uses the POST method, not GET, to specify the page to display. The script also now checks that all form fields are complete and makes sure the email address in valid before sending the email. ...

hazard.contact.zip

Hiqfmv1 5

Zip file contents: class.HiQFMConfig.php - Class for processing the config file. er_footer_def.htm - Default error display footer file. er_header_def.htm - Default error display header file. footer_def.htm - default footer file. header_def.htm - default header file. HiQFM.php - Form processor script. HiQFMConfg.conf - Default config file. Defconfig.conf - File which contains the default settings. readme.txt - This file. readme_config.txt

TEMP_FILES - A directory used for temporary storage when doing safe mode attachments. ...

hiqfmv1-5.zip

Htmltabletodb

Content: Parse.php, Htmlparser.inc, Htmltabletodb.class.php, Index.php, Mapcolumns.php, ...

htmltabletodb.zip

Input Filter

In Brief

Any website that has html forms should really use some sort of `cleaning` process to filter out malicious code, or simply unwanted html tags for style reasons.

This class can filter input of stray or malicious PHP, Javascript or HTML tags. It can be used to prevent cross-site scripting (XSS) attacks. It should be used to filter input supplied by the user, such as an HTML code entered in form fields. You would create the filter object, configure it with your own settings, then call its process method to clean the form input values. ...

input-filter.zip

Mdcontact

|MD Contact version 2.1 | |(c)Matthew Dingley 2002 | |For more scripts or assistance go to MD Web at: | |www.matthewdingley.co.uk |

How to use -Just put this code into your webpage and name it contact.php. It is important that you name it contact.php otherwise it will not work.

-Make the changes to your e-mail address, the title of your site and the highlight colour in the first few lines of the code. ...

mdcontact.zip

Openmail

README

OpenMail Advanced 1.11 Readme

Requirements: Any webserver running PHP 4.*, with email sending support enabled. Please read the license before use. Openmail is an advanced form processing script. You can use it in many ways: a) Linking directly to mail.php will show the form, with a dropdown list of allowed recipients. b) Linking to mail.php using mail.php?destination=personOne - allows for complete 'click here to email me links', and when clicked the same form is displayed, however the dropdown is replaced with the recipient name, ...

openmail.zip

Phpantispamform

http:www.sebflipper.com

PHPAntiSpamForm v1.0

Description: This script will send a form by email, once submitted it will disable the submit button so the user cannot Spam the web master and also set a cookie so the user cannot load the form again. The script is has a wide range of options you can change as well as a good documentation.

Min Specs: 1. PHP Server 2. Sendmail Server

Instructions: 1. Open up mail.config.inc.php in a text editor 2. Read the comments in the config file and add your details and save ...

phpantispamform.zip

Phpeasy Form

Copyright (C) 2004 CentralFloridaVA.com. All rights reserved.

Released 2004-10-02

This file is part of PHPeasy-form.

PHPeasy-form is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

PHPeasy-form is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ...

phpeasy-form.zip

Phpeasy Formv2

Copyright (C) 2004-2005 SunFrogServices.com. All rights reserved.

PHPeasy-form version 2.0 Released 2005-05-16

This file is part of PHPeasy-form.

PHPeasy-form is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

PHPeasy-form is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ...

phpeasy-formv2.zip

Phpnovice1 1

# FILE: readme1_1.txt Novice Form Version 1.1 © Copyright 2000-2004+ Seth Michael Knorr mail sethknorr com ...

phpnovice1-1.zip

Php Form To Email

Copyright (c) 2004 Sam Clarke. All rights reserved.

# # # # ~ THANK YOU FOR DOWNLOADING THIS PHP FORM SCRIPT ~ # # # # # # 1. HOW TO USE # # 2. WARRANTY # # 3. HELP # # 4. DISTRIBUTE # ...

php-form-to-email.zip

Spidermail

spiderMail v2.2 README Script and README Author: Jon Thomas Script Last Modified: 10/15/2005 README Last Modified: 11/05/2005

TABLE OF CONTENTS 1. Purpose 2. Requirements 3. Installation 4. Customization 5. How to Use 6. Change Log 7. Reporting Bugs 8. Acceptable Use 9. Donate

1. PURPOSE - Brief Explanation and Advantages spiderMail v2.2 is a complex form mailer. All of the data entered in a form is sent to an e-mail address specified in the form or the script itself. A subject and "from" address address may also be specified. The user input is also printed to the screen. The e-mail and screen presentation are formatted according to two separate templates completely customizable by the site owner. The site owner may create an address book so that aliases can be used in place of e-mail addresses. This will effectively hide your e-mail addresses from users and even malicious scripts which search Web pages for addresses. Version 2.2 protects against off-site use of the script. ...

spidermail.zip

Validate Fields

Content: Gpl.txt, Validation Demo.php, Validation Class.php, Validation Doc.htm, ...

validate-fields.zip

WebMaster Resources Home

©RingsWorld.com