You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-7Lines changed: 33 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
Easy to use PHP class for validating user input from HTML form input fields or anywhere else you may use it.
5
5
6
-
Please note this is only `validation`, for very critical operations you may need to consider `sanitizing` before submitting user data to DB etc. I assume you're already well aware of the dangers.
6
+
Please note this is only `validation`, for critical operations you may need to consider `sanitizing` before submitting user data to DB etc. I assume you're already well aware of the dangers.
7
7
8
8
### Features
9
9
@@ -12,14 +12,40 @@ Please note this is only `validation`, for very critical operations you may need
0 commit comments