What is the difference between include and include_once ?
Which is one is good in terms of performance ?
Answer Posted / abhishek dilliwal
u may include a single file several times by using
include() but by using include_once() its ensured tht the
specific file would be included only once no matter how
many times u wrote it ;)
-Abhishek Dilliwal
http://abhishek.x10hosting.com
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How to convert a string to lowercase in php?
What are the common uses of php?
What is the use of preg_match in php?
Explain $_FILES Superglobal Array?
What is the use of offset in mysql?
What happens if an expected input field was not submitted?
How to get the length of string?
Is multilevel inheritance possible in php?
Explain the three different kinds of Arrays?
What is a php session?
What is the main difference between require() and require_once()?
What is the apache?
Why php language is used?
How can php and html interact?
What is the main difference between require() and include()?