what is form validation in PHP
Answers
Answered by
1
Explanation:
An HTML form contains various input fields such as text box, checkbox, radio buttons, submit button, and checklist, etc. PHP validates the data at the server-side, which is submitted by HTML form. ... You need to validate a few things: Empty String.
Similar questions