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
What is difference between base_url and site_url?
How many types of functions are there in php?
Does mysql need php?
How to protect special characters in query string?
How to replace a substring in a given string in php?
What is php default argument?
What are magic methods?
Explain the differences between get and post methods?
Will php die?
How to get a total number of elements used in the array?
How do you identify independent and dependent variables in regression analysis?
What is isset post?
How long is a php session valid?
Is php 5.6 secure?
What is an abstract class in php?