Skip to content

Commit 29671a3

Browse files
committed
Add more description in README
1 parent 5f7fcce commit 29671a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# PHP Form Validation
22

33
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.
4+
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.
56

67
### Getting Started
78

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# PHP Form Validation
22

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.
3+
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.
54

65
### Getting Started
76

0 commit comments

Comments
 (0)