What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / maish
both include external file accept
there is failer i smajor difference
in inclde give warning after failure and in requre
give fatal error stop execution file
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
What is the meaning of a persistent cookie?
Is it possible to destroy a cookie?
How do I run a php script?
What is the use of dual table in mysql?
What is sorting php?
How does php work with apache?
Why php is used?
What is a persistence cookie?
How to copy a file?
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 use of friend function in php?
What is the Pipe Symbol represented?
Does php class need constructor?
What is mvc? Why its been used?
Who is the father of php and what is the current version of php and mysql?