Whats the difference between include() and require()?
Answer Posted / priyanka
include() function generates a warning but the script
will continue execution while the require() function
generates a fatal error and the script execution will stop
after the error.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between laravel and php?
How to redirect a url from http to https in .htaccess?
Tell me what is mean by an associative array?
How does php strcmp work?
How to check an element is exists in array or not in php?
How can we access the data sent through the url with the post method?
Is string php function?
What are properties in php?
What is the difference between for and foreach?
Which of the data type is compound datatype supported by PHP?
Where is session value stored?
Explain about the data types in PHP?
What is the php function that removes the last element of the array and returns it?
How can we determine whether a variable is set?
Does php 5 support exceptions?