How To Validate Your Forms Server-Side With Octavalidate-PHP
Form validation is very important to prevent unwanted/malformed data from being stored in your database.
One wrong input from a user can affect the whole records in a database, so it is necessary to validate all form inputs before they are stored in ...
octagon.hashnode.dev8 min read