Question: What PHP super global variables give a PHP script access to formdata, under the get or the post method. How do you access the

What PHP super global variables give a PHP script access to formdata, under the get or the post method. How

What PHP super global variables give a PHP script access to formdata, under the get or the post method. How do you access the individual values? All the key-value pairs without knowing the key names? Loop through all the key-value pairs? Check to see if any given value is present or not?

Step by Step Solution

3.52 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The PHP super global variable POST gives a PHP script access to form data submitted using the POST method The PHP super global variable GET gives a PH... View full answer

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 Computer Network Questions!