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 |
Can I use php in html?
please explain me mail function in php
Is php developer in demand?
Write a program to show the joining of two strings in php?
Define metaphone()?
What is inheritance in php with example?
What is the difference between php traits vs interfaces?
What percentage of websites use php?
What distinguishes php from something like client side java script?
Explain how is it possible to cast types in php?
Which php framework is best for security?
How can we get the error when there is a problem to upload a file?