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 GET,POST and REQUEST in php
hello myself Atul saini completed mca in 2007 due to personal problem i cant do job.now i really search 4 a job.i dont know where i go i think simple think is learn php anyone help me wat i can do for a job. thanks
What is difference between static and constant?
Where are cookies stored php?
What does csrf token mismatch mean?
What is regular expression in javascript?
How to generate a form?
List out some tools through which we can draw E-R diagrams for mysql.
What is instantiation?
Does winrunner 8.0 or qtp 8.0 supports php
Can we override magic methods in php?
Difference between array_combine and array_merge?