What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / izhar aazmi
Include => Include the said file during execution...
Require => Require the said file for the execution...
As in english "require" mandatory inclusion is expected and
hence, on failure execution shall halt with fatal error...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between client-side and server-side programming?
How to get the total number of values in an array?
Can we use get instead of post?
What is delimiter php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Can constructor be private in php?
What are escaping characters?
Tell me how to find the position of the first occurrence of a substring in a string?
What are php magic quotes?
What is sorting php?
What is namespace and use in php?
Can you use php and javascript together?
How to submit form without a submit button.
What are the benefits of using php?
What is the difference between require and include in php?