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
Explain what does the function get_magic_quotes_gpc() means?
What is in php 7?
In how many ways we can retrieve the data in the result set of mysql using php?
What is regex in html?
How to get best php developer Experience in Php with Sugar CRM / VTiger.
What is the use of stripslashes in php?
what is benefit of magento?
Is php an object or array?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
Is php easier than javascript?
What is session expiry?
What is difference between html and php?
What is php data type?
What are the types of variables in php?
What is the difference between super () and this ()?