What are the differences between include() and include_once
() functions?
Answer Posted / jitender kumar
include()-many time refresh
include_once-only one time refresh
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Does facebook use php framework?
Is php front end?
What is factory pattern in php?
What is the purpose of a query?
How can we pass the variable through the navigation between the pages?
Tell me how is it possible to propagate a session id?
What is the difference between rest and soap?
What does the unlink() function means?
Write a query to find the 2nd highest salary of an employee from the employee table?
Explain the difference between $var and $$var?
What is a closure in php?
How can we increase execution time of a php script?
How to create and destroy cookies in php?
How to get a total number of rows available in the table?
How to get the http request in php?