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 are examples of independent and dependent variables?
What is a php object?
Can a trait extend a class php?
Which cryptographic functions in php returns the longest hash value?
What is use of header() function in php? What the limitation of header()?
What is the difference between apache and tomcat?
What is == and === in php?
Which is better session or cookie?
How can we execute a php script using command line?
What is put method in php?
What is artisan in php?
Is it difficult to learn php?
Tell me are parent constructors called implicitly inside a class constructor?
What are the advantages of triggers?
How does php isset work?