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
Explain how to execute a php script using command line.
Tell me will a comparison of an integer 12 and a string "13" work in php?
what are the differences between php and perl
How to call a php function from another php file?
Is null or empty c#?
Do you know what is the difference between the include() and require() functions?
What types of Data Can Be Used as Array Keys?
What is session in php why it is use?
What is xss and csrf?
List some of the features of php7.
How to delete a file from the system?
How does php server work?
Explain about the connective abilities of the PHP?
What is a helper function?
What is the difference between htmlentities and htmlspecialchars in php?