What are the differences between require and include,
include_once?
Answer Posted / tina
require - including a file/page ,if file doesn't exist,then
it gives error and doesn't execute.
include-including a file/page,if file doesn't exit,then it
gives warning and begin to execute.
include_once-including file/page, if it didn't been already
included,it includes else it won't.
| Is This Answer Correct ? | 41 Yes | 3 No |
Post New Answer View All Answers
Is time a dependent variable?
Tell me what is the default session time in php?
How do you destroy a particular or all Sessions?
What does a dependant variable mean?
Do you know how to get the ip address of the client?
What does $_server means?
Tell me how can we get the error when there is a problem to upload a file?
What does addslashes do in php?
How do I check environment variables?
How do you pass a variable by value?
What does == mean in php?
What is mysqli php?
What is difference between compile time and run time polymorphism?
What are the advantages of indexes in php?
What is apache and php?