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
Which will check if a function exists?
What is implode() in php?
Which function is used in php to search a particular value in an array?
Is null empty php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
Which is incorrect with respect to separating php code and html?
Explain Whitespace Characters?
What is the value for this auto incremented field user_pri_id?
Tell me what are the correct and the most two common way to start and finish a php block of code?
What are the types of variables in php?
What happens when submit button is clicked?
Is strcmp case sensitive?
Is php a low level language?
Does php have future?
How can php and html interact?