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
What are the advantages of indexes?
What are the design patterns in php?
How the web server interprets php and interacts with the client?
Can age be a variable?
What do you mean by having php as whitespace insensitive?
What is the method to register a variable into a session?
Where sessions stored in PHP?
What is inheritance in php? How many types of inheritance supports php?
What is inheritance in php with example?
What is the default time of cookie in php?
what does this symbol mean in php?
What is == and === in php?
How to know user has read the email-php?
How do you explain independent and dependent variables?
What does $_env means?