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 do sessions work in php?
Which PHP function would you use to send an email?
What is the difference between print() and echo() in PHP?
What is asort php?
Tell me how to create a text file in php?
Is learning php easy?
What is php mean?
What is baseurl?
Do you know how can we check the value of a given variable is a number?
Does php need apache?
How to call php function from javascript using ajax?
What is the use of pear in php?
What is difference between static and constant in php?
What is a model in php?
What is the difference between $var and $$var?