What are the difference between include_once & Require_once?
Answers were Sorted based on User's Feedback
Answer / udhayakumar
include() generates a warning, but the script will continue
execution but require() generates a fatal error, and the
script will stop the execution
| Is This Answer Correct ? | 21 Yes | 2 No |
Answer / ramesh
include() generates a warning, but the script will continue
execution but require() generates a fatal error, and the
script will stop the execution or we can write PHP code for
continue execution
| Is This Answer Correct ? | 6 Yes | 4 No |
Who is known as the father of php?
What are the functions of string?
what is the diference between php4 and php5
2 Answers Tavant Technologies,
How do I run a php file?
What are the features of php 7?
What are the Advantages and Application Areas of PHP?
What is Mcrypt used for?
Which function can be used to exit from the script after displaying the error message?
Is php a mvc?
What does the array operator '===' means?
where do we use htaccess?
What is a null coalescing operator in php7?