Q. How do you terminate a PHP script? (A) exit; (B) stop; (C) end; (D) terminate; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) exit; Explanation: The exit or die statement is used to terminate script execution.