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
What is the difference between md5(), crc32() and sha1() crypto on php?
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
What is the default time of cookie in php?
What is query string php?
What is escaping to php?
How do I run a php program in dreamweaver?
What language is similar to php?
How do you check if a variable has been set in php?
What are the ways to define a constant in php?
Is php a low level language?
Explain how can php and javascript interact?
Why sessions are used in php?
What are the uses of php language?
What is "echo" in php?
What can php do?