Q. What does $_SERVER['PHP_SELF'] contain?
β
Correct Answer: (C)
Filename of the currently executing script
Explanation: PHP_SELF contains the path of the currently executing script relative to the document root.