├── README.md ├── form.php └── validation.php /README.md: -------------------------------------------------------------------------------- 1 | # PHP-Forms -------------------------------------------------------------------------------- /form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainakRepositor/PHP-Forms/HEAD/form.php -------------------------------------------------------------------------------- /validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainakRepositor/PHP-Forms/HEAD/validation.php --------------------------------------------------------------------------------