2009年3月20日 星期五

The Difference Between include() and require() in PHP

When the handle are failed,
include() will produce a Warning and the script will continue regardless.
require() results in a Fatal Error and halts the script.