What are the differences between include() and include_once
() functions?
Answer Posted / anjali ashok arote
include()function is more time consuming because of redeclaration is more in include() file ...
where as include_once()function only declare one time...
in include()function refreshment of file is needed many time
but in include_once()function refreshment of page is only one time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me what type of operation is needed when passing values through a form or an url?
Tell us how to create an array of a group of items inside an html form?
What is die in php?
Are php sessions secure?
How can we check the value of a given variable is a number?
Swap two variables value without using third variable in php ?
What is the difference between exception::getmessage and exception::getline?
What is difference Between PHP 5 and 7?
What is the difference between the include() and require() functions?
How to pass variables and data from php to javascript?
What does $_cookie means?
What is csrf mvc?
What is default session time in php?
What is php compared to html?
What does the unset() function means?