Question: CREATE WALMART GROCERY LIST FOR PICKUP 1. Create HTML (order.html) form for Walmart grocery list 2. The form should include the user personal details (Name,

CREATE WALMART GROCERY LIST FOR PICKUP

1. Create HTML (order.html) form for Walmart grocery list

2. The form should include the user personal details (Name, Gender, Address, etc)

3. Create different grocery list in the form to select. Include Text fields for user details, Text area fields for user comments, Drop down menus to select number of items, Radio buttons for Gender, check boxes to select multiple groceries.

4. Whenever you submit your order, the action should take place using "order.php" and show all the grocery list created in the form.


Note: You can create your webpage at your own style.


Problem 2: Simple Calculator

Design a PHP web page that perform simple calculator as required below:

The web page contains a form with following elements:
A text box for user to input the first operand (number only)
A drop down to select one of four basic operators: add (+), subtract (-), multiply (*), divide (/)
A text box for user to input the second operand (number only)
A submit button named ?Submit?
After the above form, there are a horizontal break and an empty paragraph to display the calculation result with id ?result?
After the user input the two operands and select the operator from the drop down, the user will click on ?Submit? button to get the calculated result. The form should redirect to itself so that when user provide the inputs, the PHP web page will calculate the result and display the result by updating the paragraph named ?result?
The picture is just an example of how it needs to be done
PHP - A Simple HTML Form The example below displays a simple

PHP - A Simple HTML Form The example below displays a simple HTML form with two input fields and a submit button: Example Name: E-mail:

Step by Step Solution

3.39 Rating (158 Votes )

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 Programming Questions!