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
Steps for the payment gateway processing?
Explain converting an object?
what does this symbol mean in php?
What is the differences between $a != $B and $a !== $B?
Tell me how to find the position of the first occurrence of a substring in a string?
How to avoid the undefined index error?
Is it more secure to use cookies to trfer session ids?
How is php different from other languages?
Can I learn php without knowing c?
Explain about PHP filter and why it should be used?
What is the difference between file_get_contents() and file_put_contents() in php?
What are the advantages of stored procedures, triggers, indexes in php?
How do you clear environment variables?
What is overriding in php?
How to track user logged out or not? When user is idle?