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 encryption functions available in PHP?
how to work lamp server
How to upload a file (may be a .txt or a .doc file) from a php script/file?
What is difference between readonly and constant?
What is the difference between php and cakephp?
Explain the difference between urlencode and urldecode?
How to send Email using PHP with MySQL in Linux Server?..
What is isset post?
What is active record in php?
How can you tell if a number is even or odd without using any condition or loop?
How send email using php?
Describe which programming language does php parallel to?