What are the differences between include() and include_once
() functions?
Answer Posted / archana
include()-many time refresh
include_once-only one time refresh
| Is This Answer Correct ? | 43 Yes | 14 No |
Post New Answer View All Answers
List few sensible functions in PHP?
What is string in php?
What is session_start () in php?
What is new keyword in php?
What is csrf token in php?
How many escape sequences are recognized in double-quoted strings in php?
How to convert a character to an ascii value?
Which is incorrect with respect to separating php code and html?
What is phpsessid?
What is difference between readonly and constant?
Why does sql injection happen?
How to increase the execution time of a PHP script?
Which Scripting Engine PHP uses?
Explain about the data types in PHP?
What is a php trait?