php validation
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4766
PHP validation and verification
This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some more>> This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions. Basicly Regular Expressions are used for string matches. They are based on search and pattern matching strings in text. A lot of books are written about them, there are even some programming languages designed especially for Regular Expressions.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
13 downloads
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
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
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
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
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.
Added: 2007-11-08 License: GPL - GNU Public License Price: GPLGNUPublicLicense
31 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
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
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
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
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
PHP HTML Form Generation and Validation 1.0 BETA
A PHP class for HTML easy form generation and validation. It provides an easy and intuitive way of handling both HTML form design (based on templates) and basic server-side form validation. Custom validation (both server-side and client-side) can also more>> A PHP class for HTML easy form generation and validation. It provides an easy and intuitive way of handling both HTML form design (based on templates) and basic server-side form validation. Custom validation (both server-side and client-side) can also be implemented very easily. It provides all the basic controls available in an HTML form like text controls, textarea controls, submit buttons, reset buttons, standard buttons, drop down boxes, radio buttons, checkboxes, image controls, hidden controls, file upload controls, password controls and a date picker control.<<less
Added: 2006-12-20 License: Free Non-Commercial Price: $0.00USD
18 downloads
Other version of PHP HTML Form Generation and Validation
License:Free for non-commercial use
LUHN10 (Credit Card) Validation
A function that validates a credit card based on the LUHN10 algorithm. This function does not care if the number is a visa, mastercard, etc. etc. Pass the credit card number to the function, if its valid true will be returned, if not, false will be more>> A function that validates a credit card based on the LUHN10 algorithm. This function does not care if the number is a visa, mastercard, etc. etc. Pass the credit card number to the function, if its valid true will be returned, if not, false will be returned.<<less
Added: 2005-03-30 License: Price: 0.00 Price: 0.00
15 downloads
CAPTCHA validation using PHP and Ajax
CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to more>> CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to conveniently combine CAPTCHA into normal pre-submission form verification. Youll need PHP to be installed with the GD image library (most PHP implementations will have this as standard).<<less
Added: 2006-12-20 License: Freeware Price: Free
978 downloads
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
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 php 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