PHP Knowledge Base
The Difference Between include and require
include
throws a warning and require
throws a fatal error and ends the script when a file cannot be found.
include
throws a warning and require
throws a fatal error and ends the script when a file cannot be found.