Answered step by step
Verified Expert Solution
Link Copied!

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
image

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

Explain forward and backward schedulings and each ones advantage.

Answered: 1 week ago

Question

1. Target a specific number of pages to read and outline.

Answered: 1 week ago

Question

A 300N F 30% d 2 m Answered: 1 week ago

Answered: 1 week ago

Question

Let f(x)=(2e^(3x))/(1-e^(3x)). You sed to explain why

Answered: 1 week ago