Create a new PHP file named lab3.php.
Inside, add the HTML skeleton code and give it the title "Lab Week 3".
Inside a section tag, open a PHP scope.
Create an associative array listing football players' names and their countries: Lionel Messi = Argentina, Cristiano Ronaldo = Portugal, Neymar Jr = Brazil.
Print out the country that Messi represents.
Create a foreach loop to print all of the countries.
Remove a country with a function of your choice.