Difference between include and require

Difference 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

Tags: , ,

  1. Jack’s avatar

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