A

Admin • 833K Points
Coach

Q. Which function is used to include and execute a PHP file only once?

  • (A) include_once()
  • (B) require()
  • (C) include()
  • (D) require_once()
  • Correct Answer - Option(A)
  • Views: 29
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

include_once() includes and evaluates the file during the execution of the script, and only once.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.