What's the difference between the include() and require() functions?

Submitted by: Muhammad
they both include a specific file but on require the process exits with a fatal error if the file can't be included, while include statement may still pass and jump to the next step in the execution.
Submitted by: Muhammad

Read Online Sr. PHP Programmer Job Interview Questions And Answers