Both include and require import (and execute) another PHP file's contents into the current one. The only difference is how they handle failure: require causes a fatal error if the file is missing, while include only emits a warning and continues.
