What are the differences between include() and include_once
() functions?
Answer Posted / joshna
Include():by using this include()we can embed external page
in the current script multiple time,if the embeded file is
not available it returns a warning message and executes the
rest of the statements.The include_once() is same as include
() but it includes the external file only one time and
ignores the remaining all include_once statement which
contains the same file name.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of xdebug?
What is use of htmlspecialchars php?
Which parts of php are case sensitive?
What is the difference between laravel and php?
How to create a session? How to remove data from a session?
Tell me what are the different types of errors in php?
Does php need a closing tag?
How break and continue while loop in php?
CWD is a type of shell variable. State Whether True or False?
How do I escape data before storing it into the database?
How I can control asset documents without GR/IR?
What are the methods of array in java?
How do you explain independent and dependent variables?
Does https prevent csrf?
Define about declare construct?