Difference between include and require

In case of include if the file doesn't exist it will give a warning but the rest of code will execute. But if we are using require then it will through a fatal error and will not execute the code.

No comments: