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 |
How to create and destroy cookies in php?
What is the use of $_request variable?
What is php mean?
What are the 3 scope levels available in php and how would you define them?
What is the use of friend function?
Does php have block scope?
What is php written in?
i got 2 year backs in my MCA,i am 28 year guy, presently learning PHP, can i get the job & on facing the interview wht i will answer out for that?? (experience in as a 1.5yr System analyst after graduation)
Is set in php?
Which function would you use to replace a record in a database in php?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
What the limitation of header() function in php?