Home »

How failures in execution are handled with include() and require() functions?

Question ListCategory: PHPHow failures in execution are handled with include() and require() functions?
shah_kajal184 author asked 9 years ago
1 Answers
milleranthony7 author answered 8 years ago

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.

Please login or Register to Submit Answer