What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / basha
include_once -it file is not exist it displays warning
message and continue the program
in case of require_once-if the file is not exist it
displays fatal error and terminate the prgram
| Is This Answer Correct ? | 21 Yes | 21 No |
Post New Answer View All Answers
What are php keywords?
How to create a text file in PHP?
Is not null mysql?
Why die is used in php?
How do you use an array in excel?
What are php magic methods/functions?
Do you know what are traits?
What is the difference between array_merge() and array_merge_recursive() in php?
What are the ways to include file in php?
How can we connect to a mysql database from a php script?
Is salary fixed or variable cost?
What does the expression exception::__tostring means?
What new features php7 has in store for us?
what is the use of include_once in php?
Do I need to install php after xampp?