Main > Free Download Search >

Free email validation script

email validation

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1591
Email Validation script

Email Validation script


This nice and simple script that uses regular expressions to check that a form field contains a valid email address. more>> This nice and simple script that uses regular expressions to check that a form field contains a valid email address.<<less
Added: 2005-11-12 License: Freeware Price: $0.00USD
10 downloads
Email validation in PHP 1.1

Email validation in PHP 1.1


This tutorial teaches you how to validate an email with PHP and regular expressions. more>> This tutorial teaches you how to validate an email with PHP and regular expressions.<<less
Added: 2006-06-23 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Email validation in PHP
Email validation in PHPhttp://www.phptoys.com - This tutorial teaches you how to validate an email with PHP and regular expressions. Email validation
License:Freeware
Download
1237 downloads
Added: 2006-06-23
PHP User Email Validation 1.0

PHP User Email Validation 1.0


Here is a simple script can valid a users email address. This script works by sending a confirmation email to the users email account. The user then must confirm their email address. This script is great for any user login system. This script requires more>> Here is a simple script can valid a users email address. This script works by sending a confirmation email to the users email account. The user then must confirm their email address. This script is great for any user login system. This script requires MySQL. It comes with installation instructions and a demo.<<less
Added: 2007-07-12 License: Freeware Price: $0.00USD
17 downloads
 
Other version of PHP User Email Validation
License:Freeware
Download
591 downloads
Added: 2007-07-12
PHP User Email Validation Script

PHP User Email Validation Script


PHP User Email Validation Script allows you to validate user input in a contact form. more>>
PHP User Email Validation Script is an advanced product specifically designed to validate user input in a contact form. It is very easy to install and use and provides compatibility with all major web browsers. You can modify this script to suit your own needs.


<<less
Added: 2007-11-08 License: GPL - GNU Public License Price: GPLGNUPublicLicense
31 downloads
Advance Email Validation(check domain)

Advance Email Validation(check domain)


This is a class which attempts to verify an email address by contacting a mail exchenager. Registered mail exchangers are requested from the domain controller first, then the exact domain itself. The error argument will contain relevant text if the more>> This is a class which attempts to verify an email address by contacting a mail exchenager. Registered mail exchangers are requested from the domain controller first, then the exact domain itself. The error argument will contain relevant text if the address could not be verified.<<less
Added: 2008-07-24 License: Freeware Price: $0.00USD
15 downloads
Form validation

Form validation


You have a form on your website and you want to make sure that your users use the form correctly. So I thought about the best way of doing this, and immediatly dismissed the idea of JavaScript because JavaScript can easily be disabled. So I knew that PHP more>> You have a form on your website and you want to make sure that your users use the form correctly. So I thought about the best way of doing this, and immediatly dismissed the idea of JavaScript because JavaScript can easily be disabled. So I knew that PHP was the answer. Here is my solution.<<less
Added: 2008-09-19 License: Other Price: $0.00USD
17 downloads
URL Validation 1.4

URL Validation 1.4


This script is used to validate the URL that your users submit when viewing your site. The script helps prevent Remote File Inclusions, SQL injections, and other forms of hacking attempts. You can include the script in any PHP file to secure your more>> This script is used to validate the URL that your users submit when viewing your site. The script helps prevent Remote File Inclusions, SQL injections, and other forms of hacking attempts. You can include the script in any PHP file to secure your website. FEATURES: * Automatically checks our database for new risks. * Blocks malicious URL requests. * Redirects malicious requests to our website for logging. REQUIREMENTS: * PHP * cURL<<less
Added: 2008-06-12 License: GPL Price: $0.00USD
11 downloads
Quick and Dirty E-mail Validation

Quick and Dirty E-mail Validation


If you use this code, you will be able to validate a submitted e-mail address. It checks for an @ character, and actually checks the DNS of the e-mail address domain to make sure it has a mail server. more>> If you use this code, you will be able to validate a submitted e-mail address. It checks for an @ character, and actually checks the DNS of the e-mail address domain to make sure it has a mail server.<<less
Added: 2006-09-25 License: Freeware Price: Free
1129 downloads
Ultimate form validation

Ultimate form validation


The script: * real time verifies that a string is numeric, otherwise it deletes the non-numeric character. * watches the status of the CapsLock * verifies a string is empty, numeric, date, alphabetical, email. * verifies the matching of two more>> The script: * real time verifies that a string is numeric, otherwise it deletes the non-numeric character. * watches the status of the CapsLock * verifies a string is empty, numeric, date, alphabetical, email. * verifies the matching of two passwords. * verifies the right format of a phone number. * verifies the minimum or the maximum numbers of the characters in an input. * has language independent error messages. * displays error messages in a div or in an alert box.<<less
Added: 2006-10-25 License: Freeware Price: $0.00USD
12 downloads
Powerful form validation

Powerful form validation


Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it more>> Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it is to add such facilities to your forms.<<less
Added: 2005-02-01 License: Not Specified Price: Free
1740 downloads
Form and Spelling Validation

Form and Spelling Validation


Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In t more>> Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In this tutorial, we will examine several of the more common items that need validation and provide examples for each. We will also explore how to check documents for misspelled words and suggest proper replacements.<<less
Added: 2003-07-20 License: Other Free / Open Source License Price: Free
2299 downloads
Javascript Email Validator 1.1

Javascript Email Validator 1.1


Good general purpose email validation. Supports notion of "required" or "optional" for the field. Well commented and documented, so it is easy to understand and modify. Does not use Regular Expressions, like most of the other free email validators do. more>> Good general purpose email validation. Supports notion of "required" or "optional" for the field. Well commented and documented, so it is easy to understand and modify. Does not use Regular Expressions, like most of the other free email validators do. Self contained in a .js file, no need to cut-and-paste function into each page.<<less
Added: 2004-02-17 License: Freeware Price: $0.00USD
13 downloads
Degradable Ajax Form Validation

Degradable Ajax Form Validation


Thanks to Ajax, we can provide real-time feedback to the user using server-side validation scripts and eliminate the need for redundant validation functions without giving up a solution that degrades more>> Thanks to Ajax, we can provide real-time feedback to the user using server-side validation scripts and eliminate the need for redundant validation functions without giving up a solution that degrades gracefully when JavaScript is disabled.<<less
Added: 2006-11-10 License: Freeware Price: Free
664 downloads
Implementing Validation Controls 1

Implementing Validation Controls 1


Validation controls are used to validate the users input. The validation controls can be attached to input controls to check the values that are entered by the user. This tutorial explains how to check the values entered by the user by using 6 more>> Validation controls are used to validate the users input. The validation controls can be attached to input controls to check the values that are entered by the user. This tutorial explains how to check the values entered by the user by using 6 standard validation controls.<<less
Added: 2008-06-30 License: Freeware Price: $0.00USD
12 downloads
Really Simple Validation (RSV) 2.5

Really Simple Validation (RSV) 2.5


This small but powerful script lets you add javascript validation to your forms quickly and with very little effort. No programming experience is necessary, but its fully extensible to allow programmers to augment the built-in validation rules with more>> This small but powerful script lets you add javascript validation to your forms quickly and with very little effort. No programming experience is necessary, but its fully extensible to allow programmers to augment the built-in validation rules with their own. RSV comes in three flavours: as a standalone script, as a jQuery plugin and as a Prototype extension. All of the versions offer the same functionality, but have separate documentation and examples to help keep things clear. If youre unfamiliar with jQuery or Prototype youll probably want to use the standalone script.<<less
Added: 2008-06-20 License: GPL Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5