MAT-125 Form Array Info
Below are your form results.
The POST array is not set.
How to Read the Array Data
- The Array() displays all info posted in your form.
- The info in the square brackets [ ] is referred to as the "key" in scripting. It gets its data from the related HTML element's "name" attribute.
- The name after the => mark is the "value" that the user assigned as input when s/he typed or selected data for each form element.
Problems?
If the array above is empty, you either did something wrong on your form...
OR
...you should not navigate directly to this page in your browser window. This page needs to receive data directly from your Pen-08 form page to work properly.