We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7fcce commit 29671a3Copy full SHA for 29671a3
2 files changed
README.md
@@ -1,7 +1,8 @@
1
# PHP Form Validation
2
3
This is a simple form validation using PHP. It uses PHP to check for form inputs
4
-to see if they are valid and generate the result.
+to see if they are valid and generate the result. It also checks the number of
5
+invalid inputs including number of invalid input fields in invalid formats.
6
7
### Getting Started
8
docs/index.md
@@ -1,7 +1,6 @@
-This is a simple form validation using PHP. It uses PHP to check for form inputs
+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.
0 commit comments