.
Identify the differences between the PHP GET and POST methods. Create an XHTML form for a web poll that uses the GET method, the POST method, and ranks both methods. Each poll should have a field that is able to store the name of the ranker, at least 5 features that a user can rank using radio buttons (e.g., from strong to weak, or secure to unsecure), and a comments section. Upon submission of the poll, the user should be taken to a page that gives a nicely formatted results report. The web poll that ranks the GET method should use the GET method and the poll that ranks the POST method should use the POST method.
Page 1 of 1