What's the diff. between include() and Include_once().
Answer Posted / nikunj
when page is executed then include() func. include file
every times and include_once() func. include file only once
when page is execute
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How to upload file in php?
What are form input html tags?
What is meant by ‘passing the variable by value and reference' in php?
What is cookie and why do we use it?
What are the Formatting and Printing Strings available in PHP?
Tell me how is it possible to return a value from a function?
How cookies are trported from browsers to servers?
What is ci in php?
What is a definer in mysql?
Do you know what is the differences between $a != $B and $a !== $B?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What are magic methods?
What is the difference between echo, print and printf()?
How is it possible to set an infinite execution time for php script?
Can we learn php without html?