Validating form input php
10-Nov-2020 14:00
For further information on And if you enjoyed reading this post, you’ll love Learnable; the place to learn fresh skills and techniques from the masters.Members get instant access to all of Site Point’s ebooks and interactive online courses, like Jump Start PHP.This page does not contain any form validation, it just shows how you can send and retrieve form data.
Any fields already completed will be left unchanged, allowing the user to simply adjust her input and re-submit the form without having to enter all of the data again. The exception is the brochure checkbox which does not need to be validated as it is an optional field.
There are a number of possibilities, including saving it in a database or emailing the data to yourself.