What is the difference between include() Function and require() Function?

Submitted by: Administrator
If there is any problem in loading a file then the require() function generates a fatal error and halt the execution of the script whereas include() function generates a warning but the script will continue execution.
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers