What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / senthil
in include_once display the warning message if the
containing file is not exist but require_once function
could not diplay the warning message it's a FATAL ERRor in
that time ...
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is a php class?
Do you know how to enable error reporting in php?
Do you know how can php and html interact?
What is the output of the ucwords function in this example?
How long will it take to learn php?
What is php good for?
What is difference between python and php?
What is an anti csrf token?
What is string function sql?
Is empty in php?
Write a program using while loop?
Explain Constant in Class?
Which is better php or nodejs?
How to do single and multi line comment in php?
Explain what is the function file_get_contents() usefull for?