Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 449 Bytes

File metadata and controls

13 lines (10 loc) · 449 Bytes

PHP Form Validation

This is a simple form validation using PHP. It uses PHP to check for form inputs to see if they are valid and generate the result. It also checks the number of invalid inputs including number of invalid input fields in invalid formats.

Getting Started

  1. Clone the repository.
  2. Start the PHP server.
  3. Open the URL in your browser.
  4. Fill in the form and submit it.
  5. You will see the result of the form validation.