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 the values are ordered in an array?
How can you propagate a session id?
Can age be a variable?
How to set a page as a home page in a php based site?
What is the importance of "method" attribute in a html form?
How big is nvarchar max?
How to submit form without a submit button.
Is php coding easy?
Tell me what are the different types of errors in php?
Is null function in php?
Is age an interval or ratio?
Tell me how do I check if a given variable is empty?
What is use of isset function in php?
What is strlen php?
How to terminate the execution of a script in PHP?