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
Is php session id unique?
What is the use of trim function in php?
What is difference between required and require_once in php?
What happens if an expected input field was not submitted?
Which function is used to strip whitespace?
Explain what does the unlink() function means?
What is a substring in php?
Can php run on windows server?
What are properties in php?
How a constant is defined in a php script?
How variables are passed through arguments?
Explain how we can get the number of elements in an array?
How is it possible to remove escape characters from a string?
How do I sort numbers in php?
What is Type hinting in PHP?