What are the differences between include() and include_once
() functions?
Answer Posted / anjan
The include_once() statement includes and evaluates the
specified file during the execution of the script. This is a
behavior similar to the include() statement, with the only
difference being that if the code from a file has already
been included, it will not be included again. As the name
suggests, it will be included just once.
| Is This Answer Correct ? | 23 Yes | 9 No |
Post New Answer View All Answers
How to open a file in php?
What is array filter php?
How to track no of user logged in?
How would you determine the size of a file in php?
Explain about getters and setters in php?
Why should I learn php?
What is the use of callback in php?
What is mysql_fetch_array?
What is user defined function in php?
Write a statement to show the joining of multiple comparisons in php?
How to read one character from a file?
Will php die?
What is class extend in php?
What is $_ get?
Why do we use query?