What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / rahul anand
when we use require_once then if the file is not existed
then it will show the fetal error and will not execute the
instruction written under the require_once function. In the
case of include_once() if the file does not exist then it
will show the error message and also show the statements
written under the include_once function.
| Is This Answer Correct ? | 16 Yes | 11 No |
Post New Answer View All Answers
How to set cookies?
How can we get ip address of a client in php?
Explain what is meant by pear in php?
How to remove duplicate values from array using php?
What is php pathinfo?
Can we extend final class in php?
What does the unset() function mean?
Is laravel better than codeigniter?
Is php class name case sensitive?
How to genrate report in wordpress cms
What language is similar to php?
What are some new features introduced in php7?
Does php have future?
Is salary fixed or variable cost?
What does $_server mean?