Hope this is not stupid question. I read the manual frequently, still could not understand what different between include() and require(), it makes no different to me. Could you show me in an example script to show the different result between those two? Thanks.
Make $money arround the clock! -NO Selling -Excellent Training and Support
It has a difference in how they handle failure. require and require_once will produce fatal error and stop the script and include and include_once just a warning which means that script will continue executing.
-- Jelena --
Forum Rules
Bookmarks