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
What are the file upload settings in configuration file?
What are php expressions?
What is strcmp?
Tell me what is the definition of a session?
Tell us what does $_cookie means?
What is the Default syntax used in PHP?
What is get and post method in php?
What is abstract class php?
What is $_ request in php?
What is the difference between array_merge() and array_merge_recursive() in php?
What is the different between count() and sizeof() in php?
Tell me what type of operation is needed when passing values through a form or an url?
How can you retrieve a cookie value?
What are the options to transfer session ids?
What does addslashes do in php?