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
How does php server work?
How are variables declared in php?
What is prepared statement in php?
What PHP stands for?
What is difference between php and html?
What are the ways to define a constant in php?
What is variable function php?
How to delete a file from the system?
Explain soundex() and metaphone().
How to remove html tags from data in php?
How to add 301 redirects in PHP?
How to make a class in php?
What is the use of callback in php?
Which is better python or php?
Does cors prevent csrf?