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 nowdoc and heredoc?
What are the main error types in php and how do they differ?
How to terminate the execution of a script in PHP?
What does PEAR stands for?
What is user defined function in php?
How long should a session last?
What is an anti csrf token?
Does cors prevent csrf?
Why are sessions used?
What are majic methords in php?
What function do we use to find length of string, and length of array?
How many data types are used by php?
What are the advantages and disadvantages of cascade style sheets?
Do you know how to enable error reporting in php?
Tell me how can we display information of a variable and readable by human with php?