what is the use of include() function when include_once()
alone will enough?
Answer Posted / psharma05
include use for the purpose of include a file more then one
time in any webpage
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How arrays are used in php?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
When is a conditional statement ended with an endif?
What is super keyword in php?
Is php better than python?
How to randomly retrieve a value from an array?
How to add 301 redirects in PHP?
Explain about getters and setters in php?
What is the difference between die () and exit () in php?
What is xss in php?
How to join multiple strings stored in an array into a single string?
What is a base url?
What does namespace mean in php?
Can constructor be private in php?
Why framework is used in php?