Question: Repeating the code from prob 2 . html , you will create the file prob 3 . html that employs an HTML form. Your form

Repeating the code from prob2.html, you will create the file prob3.html that employs an HTML form. Your form must:
1. Make both GET and POST entries appear on the "results.php" table, as shown below:
2. Use at least 3 of the name value pairs below for the GET method. Keep the original form which uses POST method.
NAME VALUE
special_code 1234abdec
arrival_date Jan23_2023
dept_num 77LL23R
airport_code YYC
aperature F8.0
Hint:
1. Your form method must be "post". You cannot modify the method for the form.
2. You will have to use something called a "query string" in the action of your form.
3. A query string will start with a question mark.
4. Search for "query string" on google to find more information.
You may share your work with other students, and collaborate to find a solution.

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!