What's the diff. between include() and Include_once().
Answer Posted / guest
include includes the called file as many times as you call
include and include_once calls only once
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is Type hinting in PHP?
What is the use of offset in mysql?
Which is useful for method overloading?
Where is my php ini file?
Explain what does the unset() function means?
Tell me what are the __construct() and __destruct() methods in a php class?
What can php do?
What is the difference between the include() and require() functions?
Why php language is used?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
How to call php function from javascript using ajax?
Explain about PHP filter and why it should be used?
Can I write php code in html file?
Tell me how comfortable are you with writing html entirely by hand?
Why laravel is best php framework?