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
Write a program to swap two numbers using php.
What is the correct and the most two common way to start and finish a php block of code?
What is $globals php?
How to create a text file in PHP?
How a variable is declared in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
Is php difficult to learn?
How to delete a file from the system?
Explain me what is the goto statement useful for?
Can we run php on tomcat server?
How can we destroy the cookie in php?
Explain me is it possible to destroy a cookie?
What is the use of print_r function in php?
What is difference between required and include in php?
Explain how can php and javascript interact?