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
Explain me soundex() and metaphone()?
How many data types are used by php?
What do you use php for?
What is overloading and overriding in oop?
What are getters and setters php?
How to copy a file?
What is difference between readonly and constant?
How to convert the first character to upper case?
What is difference between session_unset and session_destroy?
What is php ci?
Is empty in php?
How can we destroy the cookie in php?
What is the function in PHP do not return a timestamp?
How to calculate the difference between two dates using php?
What is mysqli_query?