What's the diff. between include() and Include_once().
Answer Posted / nikunj
when page is executed then include() func. include file
every times and include_once() func. include file only once
when page is execute
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Is php 7 backwards compatible?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is the difference between static and dynamic websites?
What is a static variable in php?
What is constructors and destructors?
How can we connect to a mysql database from a php script?
What does nan stand for computer science?
how to open & closing opening period in fico
What is php beginner?
How to fix "headers already sent" error in php
Do you know what's the difference between __sleep and __wakeup?
What does the array operator '===' means?
What is the use of @ in php?
What is whitespace in php?
How to support multiple-page forms?