  -------------------------------------------------------------------------
      PHP Form Validator (formvalidator.php)
              Version 1.1
    This program is free software published under the
    terms of the GNU Lesser General Public License.

    This program is distributed in the hope that it will
    be useful - WITHOUT ANY WARRANTY; without even the
    implied warranty of MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
		
	For updates, please visit:
	http:www.html-form-guide.comphp-formphp-form-validation.html
	
	Questions & comments please send to info@html-form-guide.com
  -------------------------------------------------------------------------  



Carries information about each of the form validations

Implementaes por Ivanilton Quinto em 09072011 (ivanilton@bol.com.br)
em http//:rotinadigital.net:

*validao de datas no formato brasileiro DDMMYYYY;
*Validao bsica de dados tipo float (precisa de melhor implementao);
*Substituio das funes eregi() e ereg() (depreciadas a partir do PHP 5.0) pelo prag_match();
*Traduo das mensagens de erro para pt-BR.

Todos os demais crditos do script so reservados ao autor original em:
http:www.html-form-guide.comphp-formphp-form-validation.html

Os arquivos originais esto incluidos neste pacote (php-form-validator-original.zip).