Using Require a file
While very much like include, works differently with errors
Require a file
If you use include and the php page you included can not be found, and on that page there is a echo statement,
the echo statement would still function, how ever with require it would not. The script does not execute and just dies.
|