What is the difference between include and require?
Answer / Bahoran Singh
The main difference between 'include' and 'require' is that 'require' will issue a fatal error if it can't find the included file, whereas 'include' will give a warning and continue execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What changes I have to do in php.ini file for file uploading?
What is php call function?
Can we use onclick in submit button?
What is the difference between $name and $$name?
What are the difference between include_once & Require_once?
Does cors prevent csrf?
How be the result set of mysql handled in php?
how to do connectivity of 2 dbs in PHP script?
Tell me what does accessing a class via :: means?
What is $_ post in php?
Write a program using while loop?
How is it possible to cast types in php?