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
What is the use of header in php?
How many types of arrays are there in php?
What is the major php security hole? How to avoid?
Tell us how to set cookies in php?
What is the meaning of ‘escaping to php’?
Tell me how is it possible to know the number of rows returned in result set?
Tell me what is the use of mysql_real_escape_string() function?
What is orm in php framework?
What is full form of PHP?
Which array function checks if the particular key exists in the array?
Explain object-oriented methodology in php?
Write a php script to get the largest key in an array?
Explain about PHP filter and why it should be used?
Which function is used to read a file removing the html and php tags in it upwork?
What is the function of trim?