Sr. PHP Programmer Question: Download Senior PHP Programmer PDF

What's the difference between include and require?

Tweet Share WhatsApp

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 Senior PHP Programmer PDF Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
What is the difference between include() Function and require() Function?What types of loops exist in php?