Whats the difference between include() and require()?
Answer Posted / mahidhar
include() produces a Warning message where as require()
gives Fatal Error.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How send email in php?
Which is faster for or foreach?
What is regex in html?
How can we upload a file in php?
What is the use of $_server and $_env?
How to call a php function from another php file?
Explain the visibility of the property or method?
How to set a value in session? How to remove data from a session?
Why do we use inheritance in php?
How to block direct directory access in PHP?
What is delimiter php?
What is difference between readonly and constant?
In php, objects are they passed by value or by reference?
Can php replace javascript?
What is meant by public, private, protected, static and final scopes?