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 language is php written in?
Explain soundex() and metaphone().
Why would we use === instead of ==?
How to merge values of two arrays into a single array?
How to split a string into array using php?
Which programming language does php resemble to?
How to redirect a url from http to https in .htaccess?
Tell me how to create a text file in php?
Is php harder than javascript?
What does a special set of tags do in php?
What is c++ polymorphism?
How to use http headers inside php?
What is the difference between echo, print and printf()?
How to create a session? How to remove data from a session?
What backslash character will match whitespace?