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
Is it difficult to learn php?
What is a model in php?
What is mean tnq
What is __ invoke in php?
What is oops php?
what are interfaces and Abstart classes
What is the use of anonymous function in php?
Which is better wamp or xampp?
How is csrf token generated?
What is __ construct in php?
Is it possible to submit a form with a dedicated button?
What is sticky form in php?
Is jquery better than javascript?
What are differences between PECL and PEAR?
What are getters and setters php?