Create 2 web pages that does the following:
1) Page 1: HTML Page that contains a form that collect information from user and pass it on to the next page.
a) You need to validate user information (String, number, email,..)
b) Validation can be made on the same page or on the next page.
2) Page 2: PHP page that will receive data from previous page.
a) The page need to add the received information to a list in the same page.
b) You can either use cookies, arrays or database to store