What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / devendrarjadav
If the file specified with include_once() is not exist then
system displays warning where in the case of require_once()
system displays Fatal error in the client browsers window.
| Is This Answer Correct ? | 51 Yes | 27 No |
Post New Answer View All Answers
How do I know my xampp version?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Tell me what is the difference between get and post?
Do you know what is use of count() function in php?
What are psrs? Choose 1 and briefly describe it?
What are the method available in form submitting?
What is the different between count() and sizeof() in php?
How is it possible to parse a configuration file?
Do I need to install php after xampp?
How do you check if a variable has been set in php?
What is x+ mode in fopen() used for?
What are the benefits of composer?
How do you destroy a particular or all Sessions?
What is a substring in php?
What is psr in php?