List three common types of PHP loops
Create an array with the following cities: Tokyo, Mexico City, New York City, Mumbai, Seoul, Shanghai, Lagos, Buenos Aires, Cairo, London.
Using a loop to iterate over the array. print the values to the browser in an unordered list, again using a loop.