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 string and its function?
How to call javascript function in php on button click?
Which function would you use to replace a record in a database in php?
Tell me how can we connect to a mysql database from a php script?
How many types of php are there?
How can we check the value of a given variable is alphanumeric?
What is null value in php?
How to check a key exist in an array?
What is the difference between core php and php?
What is the difference between php and cakephp?
What is a definer in mysql?
What is the special meaning of __sleep and __wakeup?
Explain what are the three classes of errors that can occur in php?
Does mysql need php?
How is a session id generated?