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
Why is php so popular?
What is php date function?
What is the maximum size of a database in mysql?
What are the main error types in php and how do they differ?
What is $_ get?
Tell me what does the array operator '===' means?
What is polymorphism in oop php?
Is not null in php?
What is difference between single quotes and double quotes in php?
Tell me how stop the execution of a php scrip?
Is it difficult to learn php?
Whether php supports microsoft sql server?
What will the ?getdate() function returns in PHP?
When to use inquire vs enquire?
What is whitespace in html?