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 probhtml you will create the file probhtml that employs an HTML form. Your form must:
Make both GET and POST entries appear on the "results.php table, as shown below:
Use at least of the name value pairs below for the GET method. Keep the original form which uses POST method.
NAME VALUE
specialcode abdec
arrivaldate Jan
deptnum LLR
airportcode YYC
aperature F
Hint:
Your form method must be "post". You cannot modify the method for the form.
You will have to use something called a "query string" in the action of your form.
A query string will start with a question mark.
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
