What are the difference between include_once & Require_once?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Is php easier than node?
How do you identify independent and dependent variables in regression analysis?
How to create a session? How to set a value in session?
Explain $_FILES Superglobal Array?
Code to open file download dialog in PHP?
What is framework in php for beginners?
How we get ip address of client, previous reference page etc?
What are the differences between mysqli_connect and mysqli_pconnect?
Is php 5.6 secure?
What is difference between array_merge and array_combine?
What does the unset() function mean?
Distinguish between urlencode and urldecode?
Define about declare construct?