The difference between include() and require()
are different how they handle failure
both are same in every aspects
is include() produced a Fatal Error while require results in a Warning
none of above