1. How is include() different from require()?
Anónimo
On the off chance that a file isn't found by require(), it will cause a deadly mistake and end the script's execution. And if the document isn't found by include(), a notice will be issued, however execution will proceed.