Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what's the difference between include and require?
Answer:
It's how they handle 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.
Download Junior PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me how to set a page as a home page in a php based site? | Explain me the difference between include and require? |