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
How to read a file in php?
What are php functions?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
What are Routines?
What is the w3c?
How do you end a session in php?
What is a PHP accelerator?
Explain me the difference between include and require?
What type of headers that PHP supports?
Is null empty php?
What function should you use to join array elements with a glue string?
What is empty php?
What is faster?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
Can I learn php in a month?