PHP - Superglobals and Web Context
How do you correctly retrieve a value from the PHP superglobal that contains URL query parameters?
$_GET superglobal array.$_GET['parameter_name'].$_GET['parameter_name'] -> Option C$_GET holds URL query data [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions