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 php deprecated?
Explain mail function in PHP with syntax?
How can you retrieve a cookie value?
What is ci in php?
What are the different types of php variables?
How does php server work?
Are php short tags acceptable to use?
How can i execute PHP File using Command Line?
What is csrf mvc?
What is difference between rest and http?
What is php oops concepts?
How many types of session are there?
Differentiate echo vs. Print statement.
Can we override static method?
What is the use session in php?