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
What is difference between required and require_once in php?
How long does a session last in php?
Tell me what is the actually used php version?
Which MySQL function would you use to select a database?
Swap two variables value without using third variable in php ?
Code to open file download dialog in PHP?
Do you know what is use of count() function in php?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
What is difference between post and put in rest?
What good is polymorphism?
Why php is used in html?
Tell me what are the encryption techniques in php?
What are escaping characters? Explain with an example?
What is user defined function in php?
Which is variable cost?