validation
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 250
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
XHTML Validation
XHTMLValidation.com is a free remotely hosted easy to use xhtml validation tool. more>> XHTMLValidation.com is a free remotely hosted easy to use xhtml validation tool.<<less
Added: 2007-01-16 License: Freeware Price: $0.00USD
18 downloads
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
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
Validation in ASP.NET 1
Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you more>> Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you apply to the data you collect.<<less
Added: 2008-04-16 License: Freeware Price: $0.00USD
14 downloads
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
License:Freeware
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
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
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
Date Validation in ASP.NET
In this tutorial, we will try to validate some data coming from a form input. While using this sample code will check the date is true and in correct format. We will compare the date within a culture more>> In this tutorial, we will try to validate some data coming from a form input. While using this sample code will check the date is true and in correct format. We will compare the date within a culture date format. Code can do two jobs for us : date is valid and date is in correct format.<<less
Added: 2007-01-08 License: Freeware Price: Free
1038 downloads
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
Math Captcha image validation
With all the Captcha decoders these days, its impossible to build a solid Captcha image validator with a string. The solution? Have a captcha that asks simple math addition questions! Decoders are not more>> With all the Captcha decoders these days, its impossible to build a solid Captcha image validator with a string. The solution? Have a captcha that asks simple math addition questions! Decoders are not very good at breaking these. This tutorial will show you how to make a basic math CAPTCHA validtion form. This requires that you have the GD library for PHP installed to work.<<less
Added: 2007-02-20 License: GPL Price: Free
622 downloads
Really Simple Validation 2.5
Really Simple Validation script lets you add javascript validation to your forms quickly and with very little effort. more>> <<less
Added: 2008-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
16 downloads
Other version of Really Simple Validation
Price: $0.00USD
License:GPL
License:GPL
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
Anti Spam Image Validation 0.1
An antispam image script written in PHP, generates a code, creates an image out of it, and registers this code in a session. User input will be checked against this session value. If it is valid no spambot is the one that is submitting this more>> An antispam image script written in PHP, generates a code, creates an image out of it, and registers this code in a session. User input will be checked against this session value. If it is valid no spambot is the one that is submitting this form. Only 2 lines of code needed to use it in your website.<<less
Added: 2006-07-10 License: Freeware Price: $0.00USD
10 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above validation search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed