What's the diff. between include() and Include_once().
Answer Posted / nikunj
when page is executed then include() func. include file
every times and include_once() func. include file only once
when page is execute
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Php says that an array is an ordered map. But how the values are ordered in an array?
What is use of header() function in php? What the limitation of header()?
What is xss and csrf?
What is csrf verification?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What does == mean in php?
What is polymorphism in oop php?
What is the difference between $name and $$name?
What is variable declaration?
Is rent a variable cost?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How to enable error reporting in php?
Explain me is multiple inheritance supported in php?
What is a string in php?
What is csrf token in php?