Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

Explain me the difference between include and require?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

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.

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what's the difference between include and require?Explain me what is the difference between explode() and split() functions?