PHP Difference Between Include() and require() PHP June 8, 2012 Pramod T P include() will throw a warning and require() will throw a fatal error if the file is missing.