Which element of the of PHP $_SERVER variable is used to get the filename of the currently executing script?

124. Which element of the of PHP $_SERVER variable is used to get the filename of the currently executing script?

  1. PATH
  2. FILE_PATH
  3. PHP_SELF
  4. SELF

Answer: C) PHP_SELF

Explanation:

The PHP_SELF element is used to get the filename of the currently executing script.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.