What are the differences between include() and include_once
() functions?
Answer Posted / max
Here one important note is that if u can add html file in to include_once() then for html files this function not works this function only works for php files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you pass a variable by value in php?
How can we check the value of a given variable is alphanumeric?
Why do we use in php?
What is the meaning of die in php?
What is php and why it is used?
How to replace a substring in a given string in php?
Can we override static method in php?
Why does sql injection happen?
Which function is used in php to count the total number of rows returned by any query?
What does $_env means?
Which of the data type is compound datatype supported by PHP?
When use javascript vs php?
Explain what is the difference between for and foreach?
What is the meaning of ‘escaping to php’?
Explain the ternary conditional operator in php?