Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Explain me how failures in execution are handled with include() and require() functions?

If the function require() cannot access to the file then it ends with a fatal error. However, the include() function gives a warning and the PHP script continues to execute.

 197 views

More Questions for you: