Main > Free Download Search >

Free xml file validation script

xml file validation

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1156
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
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
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
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
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
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
PHP User Email ValidationAnythingweb.org - Here is a simple script can valid a users email address. This script ... Here is a simple script
License:Freeware
Download
591 downloads
Added: 2007-07-12
Math Captcha image validation

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 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
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
Simple PHP Form Mailer with Image Validation 1.9.4

Simple PHP Form Mailer with Image Validation 1.9.4


Works well with any kind of HTML form; will send any form to your e-mail address or multiple addresses. It also sends out a thank you email to the person who submitted the form, if you wish. Includes image-based validation to prevent spam. you can have more>> Works well with any kind of HTML form; will send any form to your e-mail address or multiple addresses. It also sends out a thank you email to the person who submitted the form, if you wish. Includes image-based validation to prevent spam. you can have multiple ways to display errors and it even validate if the users has filed mandatory form fields.<<less
Added: 2006-03-02 License: GPL Price: $0.00USD
13 downloads
 
Other version of Simple PHP Form Mailer with Image Validation
Simple PHP Form Mailer with Image ValidationWorks well with any kind of HTML form; will send any ... you can have multiple ways to display errors and it even validate if the users has filed
License:GPL
Download
1400 downloads
Added: 2006-03-02
LUHN10 (Credit Card) Validation

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
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
PHP HTML Form Generation and Validation 1.0 BETA

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
PHP HTML Form Generation and Validationtemplates) and basic server-side form validation. Custom validation (both server-side and ... , radio buttons, checkboxes, image controls, hidden controls, file upload controls
License:Free for non-commercial use
Download
1097 downloads
Added: 2006-12-20
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
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5