What are the differences between include() and include_once
() functions?
Answer Posted / captain barbell
1. include_once is once while include is include..
2. include once is made by rowen while include is made by
alburo
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Do while loops?
How many types of arrays are there in php?
What are php errors?
Do you know how to declare an array in php?
How do you define a constant in php?
What is the default time in seconds for which session data is considered valid?
What is Type hinting in PHP?
Can you extend a final defined class?
What does addslashes do in php?
What are the new features available in php 7?
Explain me difference between mysql_connect and mysql_pconnect?
How to open standard output as a file handle?
What is a PHP accelerator?
Can we use include ("xyz.php") two times in a php page "index.php"?
What does $_ post mean in php?