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 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
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
Get step-by-step solutions from verified subject matter experts
