Q. Which function is used to include the contents of one PHP file into another?
β
Correct Answer: (B)
include()
Explanation: include() inserts the content of one PHP file into another.