Q. Which superglobal is used to get cookies? (A) $_COOKIE (B) $_SESSION (C) $_GET (D) $_POST ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) $_COOKIE Explanation: $_COOKIE is a PHP superglobal used to access cookies.