What are the differences between include() and include_once
() functions?
Answer Posted / jitender kumar
include()-many time refresh
include_once-only one time refresh
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is member function?
What is $globals php?
What is the difference between file_get_contents() and file_put_contents() in php?
What is $_ request in php?
Can constructor be private in php?
What is nan value?
Which function is used to strip whitespace?
Can a trait extend a class php?
How variables are passed through arguments?
What are properties in php?
Does php 5 support exceptions?
Which array function checks if the particular key exists in the array?
How do http requests work?
How to call php function from javascript using ajax?
How do I sort numbers in php?