Browse a Listing
Top > PHP > Scripts and Programs > Form Processors
Popular Tags
Free Script links
Member Reviews
Visitor Ratings
Google PR
I have been attacked thousand times by spammers from my contact form, they use robots and take advantage of certain vulnerabilities of the mail forms to send their spam, and fill up my mailbox up to such an extent that they make your mail practically useless.
There are two ways of tackling this problem: Introducing a CAPTCHA validated through JavaScript, as i explain later.
And introducing certain functions in PHP that prevent these attacks, as you will see in the examples below
At the moment, go to the problem.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 14, 2006 Hits: 14 Rating: 5.00 Votes: 3
Member Reviews
Visitor Ratings
Google PR
I created this class to get an easy to use form field validation script. Use this class to validate your database inputs or mail forms. Of course there is much more to validate: postcodes, special strings, credit card number etc. In the first version is it (only) possible to validate simple text, numbers, (US)dates and e-mail addresses. Invalid form fields will be reported inside a detailed error message. If all form fields are valid you can use the boolean to submit your form.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 14, 2006 Hits: 4 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Make sure you use the correct E-mail address for where the form will go (you can use your own first to test it if you want)
Make sure you use the correct subject for your form
Use the code below to make two pages. One a .php page. The second an .html page
Make sure you name your php page 'contact_form.php' !
Name the html page anything you'd like
If you want to make sure the user fills out a certain field before the form is submitted, select the YES radio button to validate it.
Format the form fields however you want, just do not rename any fields!
Upload them both to the same directory
That's it!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 14, 2006 Hits: 8 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
WSN FormEmail is a PHP form-to-email processor and autoresponder. Submit an HTML form to the script, and the contents of it will be emailed to you, with the option of sending a copy to the submitter or sending a custom autoresponse to the submitter. This is useful for all types of contact forms and information collection.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 14, 2006 Hits: 3 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
System Requirements: PHP 4.0 or higher and FTP access.
Installation: Download the zip file. Unzip it. Open sonic_contact.php it in a text or html editor, edit the lines 16 through 28 then save it and upload it to your web server via ftp. Open a web page on your site and use the following code to include it on that page:include_once "sonic_contact.php";
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 14, 2006 Hits: 10 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR