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 |
Which is better #define or enum?
What is basename php?
What is session data?
Is it more secure to use cookies to trfer session ids?
How can you parse files that were not ending with .php by using Apache?
Tell me how is it possible to remove escape characters from a string?
What is the purpose of php?
How does the identity operator ===compare two values in PHP?
How many types of functions are there in php?
How can php and javascript interact?
What is difference between get and post in php?
Tell me how do I check if a given variable is empty?