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
Why many companies are switching their current business language to php? Where php basically used?
How to convert the first character to upper case?
Why do we use inheritance in php?
Are react hooks stable?
What are interfaces in php?
What are sql injections, how do you prevent them and what are the best practices?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How to get number of elements in an array?
How does php and apache work?
What are the uses of explode() function?
Is php still in demand?
How can I prevent sql-injection in php?
How to avoid the undefined index error?
How do I run php?
What is use of in_array() function in php?