What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / izhar aazmi
Include => Include the said file during execution...
Require => Require the said file for the execution...
As in english "require" mandatory inclusion is expected and
hence, on failure execution shall halt with fatal error...
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you get web browser’s details using PHP?
What is die in php?
What is the scope of a variable defined in a function?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
What is the use of "echo" in php?
What is new keyword in php?
How to track no of user logged in?
Explain me what is the importance of "method" attribute in a html form?
What is the functionality of md5 function in php?
How to convert strings in hex format?
Do while loops php?
Is null in php?
What is the output of the following php code?
Explain php explode() function.
What is rtrim php?