├── .gitignore ├── index.php ├── licence.txt ├── readme.md └── validFluent.php /.gitignore: -------------------------------------------------------------------------------- 1 | nbproject 2 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASoares/PHP-Form-Validation/HEAD/index.php -------------------------------------------------------------------------------- /licence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASoares/PHP-Form-Validation/HEAD/licence.txt -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASoares/PHP-Form-Validation/HEAD/readme.md -------------------------------------------------------------------------------- /validFluent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASoares/PHP-Form-Validation/HEAD/validFluent.php --------------------------------------------------------------------------------