After completing this chapter, the student will be able to…
Define and describe the advantages in using associative arrays
Create a simple PHP associative array
Save values into a simple PHP associative array
Display values contained in simple PHP associative array
Create a multidimensional PHP associative array
Save values into a multidimensional PHP associative array
Display values contained in a multidimensional associative array
Add values from an html form into a multidimensional associative array
Validate values before placing them into an associative array
Define and describe the advantages in ...