What are the differences between include() and include_once
() functions?
Answer Posted / archana
include()-many time refresh
include_once-only one time refresh
| Is This Answer Correct ? | 43 Yes | 14 No |
Post New Answer View All Answers
What is the interface in php?
Which is useful for method overloading?
Does php class need constructor?
Name some of the functions in php.
What is difference between include,require,include_once and require_once()?
What are variables in research examples?
Are sessions stateless?
What is polymorphism php?
What is inheritance in php with example?
Is php 7.0 stable?
What is the goto statement useful for?
Explain me is it possible to destroy a cookie?
What is local variable in php?
What are the common uses of php?
What is design pattern? Explain all including singleton pattern?