Which variable is used to collect form data sent with both the GET and POST methods?
(a) $BOTH
(b) $_BOTH
(c) $REQUEST
(d) $_REQUEST
The question was posed to me in final exam.
The above asked question is from HTML Forms topic in chapter File and Session Handling in PHP of PHP