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
Why session is required?
How can you retrieve a cookie value?
Describe which programming language does php parallel to?
Why laravel is best php framework?
What is constructor and destructor?
What is meant by MIME?
Why is php so popular?
What is var_dump?
What does $_server means?
What is mysql_fetch_array?
Tell me what library is used for pdf in php?
Explain type casting and type juggling.
What is the meaning of ‘escaping to php’?
Differences between get and post methods?
What are Routines?