Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/02/2005, 13:11
Avatar de eft0
eft0
 
Fecha de Ingreso: junio-2003
Ubicación: Santiago - Chile
Mensajes: 635
Antigüedad: 20 años, 10 meses
Puntos: 9
Como bien dice el manual:

require() and include() are identical in every way except how they handle failure. include() produces a Warning while require() results in a Fatal Error

En castellano:

require() y include() son identicas en todo aspecto, excepto en el manejo de errores.
include() produce un error de tipo Warning, mientras que requiere() produce un Fatal Error.

Saludos!