Create two arrays. The first should store the first name of Eight people, the second should store respective hobbies.
Write a PHP program that loops through the array and displays the following as output:
- My name is {{firstname}}. I love {{hobby}}.
- Ensure this is on a new line for every individual.
- Ensure your work is saved in a new folder named php. This folder should be in the folder you created for yourself inside your submissions folder.
- Ensure your PR is created with the task title as seen on the mobile App
Create two arrays. The first should store the first name of Eight people, the second should store respective hobbies.
Write a PHP program that loops through the array and displays the following as output: