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
What is the mysql injection?
armstrong number by using php while number is given by the keyboard.?
What is the use of return in php?
How easy is php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
How to check if a string contains a character or word in php?
What is file upload?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
Explain the importance of the function htmlentities.
How to select a database?
Tell me what does $_env means?
How to block direct directory access in PHP?
What is default session time in php?
How can we get the error when there is a problem to upload a file?
What is get method in java?