What is the difference between include() and require()
1445
26-Sep-2016
Royce Roy
26-Sep-2016When file is not found using include() method, then it will show warning, but program execution will continue whereas in require(), it will cause fatal error and halt the program execution.