Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started