What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / kedar haldikar
If the file specified with include_once() is not exist then
system displays warning where in the case of require_once()
system displays Fatal error in the client browsers window.
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is the difference between javascript and php?
What are php strings?
Explain about PHP cookies?
Is json a string php?
Is python easier than php?
Can we extend final class in php?
Is array a key php?
Why php is used in html?
Why do we need session?
What is a static method php?
What is helper function?
How can php and html interact?
What is php resource type?
What is magic quotes?
How does csrf token work?