Tutorial POST Validation Loop
Assumptions You have an HTML form with a variety of inputs. The action attribute of the form points to a PHP file that contains the code bel...
https://iskablogs.blogspot.com/2014/03/tutorial-post-validation-loop.html
Assumptions
You have an HTML form with a variety of inputs. The action attribute of the form points to a PHP file that contains the code below.
Notes about code
This code starts by creating an array that holds the name of various inputs being submitted via a POST. getFormData() is then called, where the required fields are passed in. Inside the function an array is created to hold various pieces
You have an HTML form with a variety of inputs. The action attribute of the form points to a PHP file that contains the code below.
Notes about code
This code starts by creating an array that holds the name of various inputs being submitted via a POST. getFormData() is then called, where the required fields are passed in. Inside the function an array is created to hold various pieces