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
Explain me how to include a file to a php page?
Why shouldn't I use mysql_* functions in php?
Do you know what is the differences between $a != $B and $a !== $B?
What are getters and setters php?
Tell me what does the scope of variables means?
How to get a random value from a php array?
What is the use of "echo" in php?
What is php session start?
What is prepared statement in php?
What is isset and unset in php?
What is difference between required and include in php?
How are cookies created?
What is the use of stripslashes in php?
Which is faster for or foreach?
Explain type casting and type juggling.