Question: Coding HTML PHP and CSS help! OVERVIEW You will develop two survey forms to solicit input from the user regarding products. INSTRUCTIONS Identify the differences

Coding HTML PHP and CSS help!

OVERVIEW You will develop two survey forms to solicit input from the user regarding products.

INSTRUCTIONS Identify the differences between the PHP, GET and POST methods. Create one XHTML form for a web poll that uses the GET method and one form for the POST method. Rank 3 products that you will use for a shopping cart project later in the course. Each product must have an image and description. Each poll should have a field that can store the individuals name completing the form (the ranker), at least 5 features that a user can rank using radio buttons (e.g., from excellent to poor or strongly disagree to strongly agree), and a comments section. The 5 different elements to rank could be things such as Would you buy this product at this price? or Do you like the colors offered for this product?.

You should display 3 products for GET with 5 radio buttons each for a total of 15 elements to show in the output table. Your POST should also have 3 items with 5 radio buttons for a total of 15 elements. Your products can be the same for POST and GET.

Upon submission of the poll, the user is redirected 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 output a table of how each product was ranked as well as the name and comments left by the ranker.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!