Essentially, require() and include() act in much the same way in that they both include the contents of another file - the only difference being that if include() fails then processing will continue (but produce a warning) but if require() fails then processing will stop with a fatal error (as well as produce the warning).
PHP: Require() and Include()
April 23rd, 2008 · No Comments
Tags: Comment
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment