Hi,
failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue.
Hi,
failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue.
Hello... There is a exception.
If we use require then if any error occured in there file or file is missing then fatal error is occured and execution is stopped.... !!
And we use include then only WARNING is ther...no hault is there......
Bookmarks