What are the differences between include() and include_once
() functions?
Answer Posted / hiren
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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
how retrive the video file in php using video tag
What is input sanitization in php?
How to assigning a new character in a string using php?
How to insert a line break in php string?
Explain the advantages of using PHP?
What is instantiation?
What are the 5 types of data?
What software is required to run php?
How many types of session are there?
Which software is used to run php programs?
Is json a string php?
Is null in php?
What is php pathinfo?
What is isset function in php?
What are the rules in creating php variable?