πŸ“Š PHP
Q. Which function is used to include the contents of one PHP file into another?
  • (A) load()
  • (B) include()
  • (C) import()
  • (D) require_file()
πŸ’¬ Discuss
βœ… Correct Answer: (B) include()

Explanation: include() inserts the content of one PHP file into another.

Explanation by: Rati Dubey
include() inserts the content of one PHP file into another.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
60
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
86%
Success Rate