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
How to get the total number of values in an array?
What is difference between session and cookie in PHP?
What is the use of "enctype" attribute in a html form?
What is $_ request?
What is data abstraction in php?
How to set a page as a home page in a php based site?
What is T_PAAMAYIM_NEKUDOTAYIM?
What is the difference between explode() and split() functions?
What is php.ini & .htacess file?
What is encapsulation in php with example?
What is the use of Mbstring?
What is the difference between exception::getmessage and exception::getline?
What is csrf mvc?
Is php better than java?
Does php pass arrays by reference?