What are the difference between include_once & Require_once?
Answer Posted / 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 |
Post New Answer View All Answers
How can I learn php fast?
Is php still relevant 2019?
Can we use get instead of post?
Explain a resource?
How to check a variable is array or not in php?
What are psrs? Choose 1 and briefly describe it?
What are include() and require() functions?
What is the use of array_count_values() in php?
Is php used in 2019?
How to include variables in double-quoted strings in php?
What are html entities?
Which function is used in php to check the data type of any variable?
Does wordpress still use php?
Tell me how to set a page as a home page in a php based site?
Which php framework is best?