After completing this chapter, the student will be able to…
Define and describe the advantages in using multidimensional arrays
Compare a table with a multidimensional array
Create a multidimensional PHP array
Save values into a multidimensional PHP array
Display values in a multidimensional array
Add values from an html form into a multidimensional array
Validate values before placing them into a multidimensional array
Convert JSON data read from a text file into a PHP array
Convert PHP arrays to JSON objects and save to a text file
Save array information to a MySQL Database
The previous chapter showed us how ...