πŸ“Š PHP
Q. Which function is used to include a file in PHP?
  • (A) require()
  • (B) include()
  • (C) Both A and B
  • (D) import()
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both A and B

Explanation: Both include() and require() are used to include files in PHP.

Explanation by: Roshan
Both include() and require() are used to include files in PHP.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
8 d ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
88%
Success Rate