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


Recent Comments