πŸ“Š PHP
Q. What does $_SERVER['PHP_SELF'] contain?
  • (A) Absolute filesystem path
  • (B) Executed command
  • (C) Filename of the currently executing script
  • (D) Server root directory
πŸ’¬ Discuss
βœ… 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.

Explanation by: Mr. Dubey
PHP_SELF contains the path of the currently executing script relative to the document root.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
24
Total Visits
πŸ“½οΈ
3 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate