Question: Please answer and show your work. Thumbs up guaranteed. Please add comments so I can understand how you wrote the code. Please keep the code

Please answer and show your work. Thumbs up guaranteed.

Please answer and show your work. Thumbs up guaranteed. Please add comments

Please add comments so I can understand how you wrote the code. Please keep the code fairly simple as well for these are introductory questions with the basics of PHP taught only.

Thank you!

Given the following URI (Uniform Resource Identifier): http://www.site.com/index.php?age 22&name- Obi+Wan+Kenobi&number 5435432156 Answer the following short questions: 1- What is a query string and what purpose does it serve in server-side programming? 2- Is a query string characteristic of a GET or POST request method? 3- Which part of the URL is considered the query string? 4- How many different data parameters are being passed? Create a single .php page (name it index.php) that, when passed the above query string as part of the URL processes the data using PHP and outputs it onto the screen in a nicely formatted table that resembles (CSS should be used in order to add some style): Name Age Phone Number Display phone number from query String Display Name data from query String Display Age data from query String The text in italics must be replaced with the appropriate values retrieved from the URI query string. If the query string is omitted from the URL, the above table should be replaced with the message: "No query string data found

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!