Answers

Question and Answer:

  Home  Senior PHP Programmer

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

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.

 186 views

More Questions for you: