What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / umapathi
include_once -it file is not exist it displays warning
message
in case of require_once-if the file is not exist it
displays fatal error
Is This Answer Correct ? | 34 Yes | 18 No |
Post New Answer View All Answers
Why use static methods php?
What is laravel php?
Explain Creating and Naming an Array?
How to set session.gc_divisor properly?
How to make horizonatl menu and vertical menu responsive
How can we automatically escape incoming data?
Does php support multiple inheritances?
What are the methods to submit form in php?
How to get no of arguments passed to a PHP Function?
How to make a class in php?
What is include in php?
What is php session id?
What's the difference between __sleep and __wakeup?
What does php mean?
How can we execute a php script using command line?