Question: Exercise 4 Create a multi-dimensional associative array that contains information about employees as indicated below. $employees = array Ivan => array(Position => Developer, Email =>iivanov@abc.com,

 Exercise 4 Create a multi-dimensional associative array that contains information about

Exercise 4 Create a multi-dimensional associative array that contains information about employees as indicated below. $employees = array "Ivan" => array("Position" => "Developer", "Email" =>"iivanov@abc.com", "Phone" => "123 456789"), Il add 4 more entries using the same syntax as above ); Next, add some PHP code to display the information contained in the array about each employee. Name: Ivan Position: developer Email: iivanov@abc.com Phone: 123 456789 Etc. You will need to use two foreach loops. Wrap the PHP code in and tags

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!