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 |
Explain some of the php array functions?
What is pdo classes?
How do you destroy a session?
How do I know my xampp version?
What is the use of pear in php?
Explain mysql_error().
Tell me will a comparison of an integer 12 and a string "13" work in php?
Does php support function overloading?
Does php has a future?
What is a static method php?
What is memcache?
What is the difference between Session and Cookie?