What's the diff. between include() and Include_once().
Answer Posted / jamseer_syed
include_once() will useful for include the files many times
in the same program.
but the include() is useful for include the file only once
in the program otherwise if we use more then once it shows
error...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What software is required for php?
Does apache use php?
Is it easy to learn php?
What are the array functions in php?
What are the 5 types of data?
What is the difference between explode() and split() functions?
What are php variables?
What is the use of count() function in php?
What does $globals mean?
How can we upload a file in php?
What does php do?
What's php?
Explain some most commonly use string functions in php?
What type of comments are supported by PHP.
Which is better session or cookie?