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
How do you parse and process html/xml in php?
What is purpose of @ in Php?
How to create a table using php?
How to create and destroy cookies in php?
How do sessions work in php?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
What are the different data types in javascript?
Is php an object or array?
How do I install php and apache on windows 10?
Tell me what type of operation is needed when passing values through a form or an url?
Difference between $message vs. $$Message in php.
How check submit button is clicked in php?
List some string function name in php?
Do while loops?
What is the difference between session_unregister() and session_unset()?