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 is var_dump?
What is the difference between print() and echo()?
Explain Magento's autoload functionality and how to instantiate classes? What is the process you take when theming a store? Talk about Magento collections and how you use them?
What is mvc php?
Which is better php or nodejs?
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
What is the purpose of the '.myi' file extension? What do thes file contain?
What is the difference between null and empty?
What is the method to execute a php script from the command line?
How to Retrieve video files in php from database.....and how to store video on database..
How do I open a file to write content to?
1 Answers Rushmore Consultancy,
How do I display php errors?