What are the differences between include() and include_once
() functions?
Answer Posted / devendrarjadav
The include_once() function includes and evaluates the
specified file during the execution of the php script. It's
behavior is similar to the include() function but the only
difference is that if the code from a file has already been
included, it will not be included again.
| Is This Answer Correct ? | 87 Yes | 14 No |
Post New Answer View All Answers
Tell me what does the array operator '===' means?
What is PHP? Who is the father or inventor of PHP?
What is the use of mysql_fetch_assoc in php?
What are the two types of variables?
Does php support multithreading?
How to get ip address of clients machine?
What is get method in java?
What are the functions of string?
How many types of array supported in php?
Explain about looping in PHP?
What is php string function?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
What is a PHP Filter?
How can we check the value of a given variable is alphanumeric?
What does pear stand for?