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
Why are sessions used?
What are the design patterns in php?
How long should a session last?
What will the ?getdate() function returns in PHP?
what are interfaces and Abstart classes
Is false empty php?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
Is uploaded file php?
Explain the casts allowed in PHP?
Does php support multiple inheritances?
What Is a Persistent Cookie?
How do you identify independent and dependent variables in research?
What is the use of htmlspecialchars in php?
How to check an element is exists in array or not in php?
What are the functions used in php?