+ 5
The include and require function are pretty much identical. The only difference is how it handles errors. With include() if there's an error, it will simply generate a warning and continue execution. But require() will generate a fatal error and stop the script.