Difference between include and require
Posted by in PhpDifference between include and require: if you use include and there is not page that you include , you get a warning. Otherwise if you use require instead of include you will get a fatal error.
for more information
http://tr2.php.net/include/
http://tr2.php.net/require
Related posts
You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

Hey! Is it only “warning” difference between them? Tell more..