What are the difference between include_once & Require_once?
Answer Posted / 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 |
Post New Answer View All Answers
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
Distinguish between urlencode and urldecode?
Is it possible to destroy a cookie?
What is a trait in php?
Which of the data type is compound datatype supported by PHP?
What is sticky form in php?
What is __ invoke in php?
How does cookies work in php?
What is abstraction php?
What is the difference between indexed and associative array?
Is it possible multiple inheritance in php?
What are the encryption techniques in php?
What does $this do in php?
How can I display text with a php script?
Tell me what is the difference between characters 34 and x34?