Web Development
Get latest php interview questions
Difference between include and require
In case of
include
if the file doesn't exist it will give a warning but the rest of code will
execute
. But if we are using
require
then it will through a fatal error and will
not execute
the code.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment