What are the difference between include_once & Require_once?
Answer Posted / 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 |
Post New Answer View All Answers
what is CURL?
What is apache and php?
Tell me what is the use of explode() function?
What is php array function?
What is "echo" in php?
Which is the latest version of php?
What is the purpose of break and continue statement?
Which function is used in php to count the total number of rows returned by any query?
How can we enable error reporting in php?
What is php used for?
What is a path Traversal?
Which function is used to read a single character from a file in PHP.
How to remove duplicate values from php array?
What type of comments are supported by PHP.
What is difference between explode() or split() in PHP?