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
Tell me how do I escape data before storing it into the database?
How do sessions work in php?
Explain the difference between unlink() and unset()?
What are the steps involved to run php?
Does php class need constructor?
What is a session in php?
How to replace a text in a string with another text in php?
What is difference between session and cookies in php?
How many types of php frameworks are there?
Can I learn laravel without php?
Are parent constructors called implicitly inside a class constructor?
What is difference Between PHP 5 and 7?
What is the use of post in php?
Explain NULL?
What is the use of callback in php?