View Single Post
Old 12-18-2013, 05:39 AM   #4
lampdev112
Registered User
 
Join Date: Dec 2013
Posts: 30
Include and require are identical, except upon failure:

require will produce a fatal error (E_COMPILE_ERROR) and stop the script
include will only produce a warning (E_WARNING) and the script will continue
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
lampdev112 is offline   Reply With Quote