PHP - Superglobals and Web Context
Which statement best describes the role of the PHP
$_GET array?$_GET array?$_GET$_GET is a PHP superglobal array that collects data sent through URL query strings.
$_POST is for POST data, $_SERVER for server info, and $_SESSION for session data.
$_GET [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions