Upon submission of the poll, the user should be taken to a web page that gives a nicely formatted results report. The web poll form that ranks the GET method should use the GET method and the poll form that ranks the POST method should use the POST method. The reports page should give a nice picture, graph, table, or spreadsheet of how each product/service was ranked as well as the name and comments left by the customer.
At the minimum, there will be three or four web pages completed for this assignment. The first page will include a form that allows an individual to rank 5 items using a GET (1 submit button) and a second form that allows an individual to rank 5 items using a POST (2nd submit button). You can also use two separate web pages to separate the GET and POST rankings if preferred. The second page will give the results / report of the ranking for the PHP GET and the third page will give the results / report of the ranking for the PHP POST