Create a new PHP file called lab2.php. Inside, add the HTML skeleton code and give its title “Lab Week 2”. Create a form asking for the person’s name and favourite ice cream flavour. Store the data using variables. Use the isset function to check. Print the results.