What will the following HTML display in the browser?
<form action="quickQuiz2.php"> <p><label for="name">Name:</label> <input type="text" id ="name" name="name"/></p> <p><label for="age">Age:</label> <input type="text" id="age" name="age"/></p> <p><input type="submit" name="Submit" value="Submit"/></p> </form>
Write some PHP script to generate an HTML response to output the name and age, e.g.