What are the differences between include() and include_once
() functions?
Answer Posted / jitender kumar
include()-many time refresh
include_once-only one time refresh
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are magic constants in php?
How can we check the value of a given variable is a number?
How can we submit form without a submit button?
What is scope of variable in php?
What is use of isset function in php?
Tell us how to create an array of a group of items inside an html form?
What is str_replace()?
What can php do?
What is meant by MIME?
What is the difference between for and foreach in php?
Explain what are psrs?
What is the use of array_count_values() in php?
Is key exist in array php?
What is meant by pdo in php?
Do you know what is use of count() function in php?