Difference between include() and require() functions In PHP

In my previous post I have described regarding the PHP file inclusion methods these are the include() Function, include_once() Function, require() Function and require_once() Function. In this post I am trying to describe the differences between the include() and require() functions, the includes and the require functions both are

File Inclusion In PHP

File inclusion in the PHP is one of the most usefull function, by which you can include the content of a PHP file into another PHP file before it is executed by the server. With file inclusion you can create the header,footer,left sidebar,right sidebar and includes all these into