Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Explain me the difference between include and require?

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.

 187 views

More Questions for you: