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