PHP - Superglobals and Web Context
Which of the following is the correct way to access a URL parameter named
id using $_GET in PHP?id using $_GET in PHP?$_GET is an associative array, so parameters are accessed with square brackets and quotes.$_GET['id']. Others use wrong syntax or variable names.$_GET keys [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions