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 is php crud api?
What is the use of 'print' in php?
Explain me difference between mysql_connect and mysql_pconnect?
What is the difference between nowdoc and heredoc?
What is a php form?
What is csrf verification?
How to store the uploaded file to the final location?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is the name of the scripting engine that powers PHP?
Explain me soundex() and metaphone()?
Difference between $message vs. $$Message in php.
What is form submission?
Can we run php in apache tomcat?
How can cross site request forgery csrf be prevented?
How to insert a line break in php string?