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 |
What are the advantages of php mysql?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
List some array functions in php?
How to enable error reporting in php?
What are the new features in php 7?
what is DDL and DML?
How I can control asset documents without GR/IR?
0 Answers i2U Systems, Industrial Hand Protection, Mutha Technosoft,
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How to remove the new line character from the end of a text line in php?
Can a trait extend a class php?
What is a php class?
How can we set and destroy the cookie in php?