what is the use of include() function when include_once()
alone will enough?



what is the use of include() function when include_once() alone will enough?..

Answer / psharma05

include use for the purpose of include a file more then one
time in any webpage

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More PHP Interview Questions

Tell me is it possible to protect special characters in a query string?

0 Answers  


What is an example of a variable?

0 Answers  


how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible? thanks

1 Answers  


What is uri routing?

0 Answers  


What is happening in the following code $objA = new A(); // A is a class $objB = $objA;

3 Answers   NIIT,


How to remove the new line character from the end of a text line?

0 Answers  


What are the methods useful for method overloading?

0 Answers  


Explain what is the difference between for and foreach?

0 Answers  


What is the current stable version of php?

0 Answers  


A process is identified by a unique___

0 Answers  


What is singleton class in php?

0 Answers  


How to remove all duplicate values in array in php?

0 Answers  


Categories