What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / devendrarjadav
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 ? | 51 Yes | 27 No |
Post New Answer View All Answers
Tell me what are the encryption techniques in php?
Are php sessions secure?
What does mysqli_query return?
How long do php sessions last?
What is php session_start() and session_destroy() function?
Why sessions are used in php?
Write down the code for save an uploaded file using php?
What is final keyword in php?
What does $_ post mean in php?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
What is the difference between htmlentities() and htmlspecialchars()?
Is php used anymore?
Why print_r is used in php?
What is serialization in php?
What's the difference between using mysql_ functions and pdo?