What are the differences between include() and include_once
() functions?
Answer Posted / jitender kumar
include()-many time refresh
include_once-only one time refresh
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How do I escape data before storing it in the database?
Who is known as the father of php?
Why do we use cookie?
What is the difference between unset and unlink?
Why is overriding runtime?
What are php data types?
Tell me what are the different types of errors in php?
What is php form validation?
What kind of variable is age?
Is time a dependent variable?
which will print out the php call stack?
Define soundex()?
What is the difference between html and php?
Why does php need server?
How we can retrieve the data in the result set of mysql using php?