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
Tell me is it possible to submit a form with a dedicated button?
How can you create a session in php?
How do you measure variables?
How many types of session are there?
How to get a total number of elements used in the array?
Tell me what types of loops exist in php?
Where is session value stored?
What is the difference between rest and soap?
Tools used for drawing er diagrams?
in PHP for pdf which library used?
Tell me how to find the length of a string?
When are you supposed to use endif to end the conditional statement?
Explain Traits in PHP?
How many days will it take to learn php?
Which function can be used to delete a file?