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