What are the differences between include() and include_once
() functions?
Answer Posted / devendrarjadav
The include_once() function includes and evaluates the
specified file during the execution of the php script. It's
behavior is similar to the include() function but the only
difference is that if the code from a file has already been
included, it will not be included again.
| Is This Answer Correct ? | 87 Yes | 14 No |
Post New Answer View All Answers
Which programming language does php resemble?
What is return in php function?
What is difference between mysqli and mysql?
What do you mean range() in php?
Where can I find php ini file?
What is a composer in PHP?
How to check if a string contains a character or word in php?
Which is the correct way to check if a session has already been started ?
What does nan stand for computer science?
Which is faster for or foreach?
Which is useful for method overloading?
How to assigning a new character in a string using php?
What is session and why do we use it?
How to include a file code in different files in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?