What are the differences between include() and include_once
() functions?
Answer Posted / max
Here one important note is that if u can add html file in to include_once() then for html files this function not works this function only works for php files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does PHP 5 support exceptions? State Whether True or False?
Php program to generate fibonacci series?
How to call javascript function in php on button click?
What is the use of preg_match in php?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
What are the main error types in php and how do they differ?
What is the difference between $name and $$name?
What are the new features in php 7?
What does $_files means?
What is mysqli_query?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is the difference between query and question?
What is the content of /etc directory?
What's the difference between __sleep and __wakeup?
CWD is a type of shell variable. State Whether True or False?