PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to them. For example: $age = array("Peter"=>"35", "Ben"=>"37");
Associative arrays are arrays that use named keys that you assign to them. For example: $age = array("Peter"=>"35", "Ben"=>"37");