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 $_ post in php?
Explain how we can retrieve the data in the result set of mysql using php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Do you know when sessions ends?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Tell me how can we check the value of a given variable is alphanumeric?
Is there an easy way to delete an element from a php array?
What is php regular expression?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
What does php mean?
Which function is used in php to count the total number of rows returned by any query?
Which is correct about mysqli and pdo?
What is the difference between implode() and explode() in php?
How do I end a php session?