Q. Which of the following is a superglobal in PHP? (A) $globals (B) $_POST (C) $this (D) $super ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) $_POST Explanation: $_POST is a PHP superglobal used to collect form data sent via POST.