Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which variable is used to collect form data sent with both the GET and POST methods?

a) $BOTH
b) $_BOTH
c) $REQUEST
d) $_REQUEST

Answer: d
Explanation: In PHP the global variable $_REQUEST is used to collect data after submitting an HTML form.

Join The Discussion