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 the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What is csrf cookie?
Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.
Tell me how to get the value of current session id?
Is facebook still written in php?
What is the difference between $argv and $argc? Give example?
What are default session time and path?
What is difference between include and include_once in php?
In How many ways can u represent Not equal?Give Syntax of all ways..
What is the role of php?
What's the best method for sanitizing user input with php?
What are different types of runtime errors in php?