What's the diff. between include() and Include_once().
Answer Posted / jamseer_syed
include_once() will useful for include the files many times
in the same program.
but the include() is useful for include the file only once
in the program otherwise if we use more then once it shows
error...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do I make a reset button in html?
What is strlen php?
What is final class and final method?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Is it possible to submit a form with a dedicated button?
What is a controller in programming?
What is trait in php?
What are default session time and path?
what is difference between PHP4 , PHP5
What is the difference between require_once and require in php?
What is constructors and destructors?
How to execute a function in php?
Explain a resource?
How we get ip address of client, previous reference page etc?
How is the comparison of objects done in php?