What are the differences between include() and include_once
() functions?
Answer Posted / archana
include()-many time refresh
include_once-only one time refresh
Is This Answer Correct ? | 43 Yes | 14 No |
Post New Answer View All Answers
Explain me what is the use of header() function in php?
How do you connet mysql database with php?
What is session management php?
What are the differences between GET and POST methods?
What is php.ini & .htacess file?
What is a query in php?
Write a program in php to find the occurrence of a word in a string?
What is constructor and destructor?
Does wordpress still use php?
What are arguments in php?
How do we get the current session id?
Do you know what does mvc stand for and what does each component do?
Is session a cookie?
How to concatenate two strings in php?
Why is php so popular?