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 are the 3 scope levels available in php and how would you define them?
what are interfaces and Abstart classes
Tell me what is needed to be able to use image function?
Write a program to get second highest number in an array using php?
What is the use of offset in mysql?
How we can declare variable in php?
How to initiate a session in php?
What is singleton design pattern in php?
Does php has a future?
Which is better get or post method?
Which php framework is best for beginners?
Does php class need constructor?
How to increase the execution time of a PHP script?
What is include in php?
what are the differences between php and perl