Question: Write a PHP script info.php to get and display the PHP version and configuration information. [0.5] The supplied file php_table.php has an array variable $
- Write a PHP script info.php to get and display the PHP version and configuration information. [0.5]
- The supplied file php_table.php has an array variable $values that contains information. Each index in the array contains multiple information about the same person. Modify this code to display this information as an HTML table. Dont forget to add a header, it should look similar to:
| Name | Age | Salary |
| John | 24 | 4000 |
| Robert | 27 | 3500 |
| Queen | 20 | 4500 |
| Jenny | 22 | 3000 |
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
