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 are php data types?
What is csrf validation?
How to increase the maximum execution time of a script in php?
Tell me is it possible to protect special characters in a query string?
How do functions work?
How can you submit a form without a submit button?
How to create an array from php string?
Which function is used to read a file removing the html and php tags in it upwork?
Does jwt protect against csrf?
What happens if an expected input field was not submitted?
Which is the latest version of php?
How is php different from other languages?
Difference between array_combine and array_merge?
What is the use of dual table in mysql?
What is strstr php?