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

Where sessions stored in PHP?

0 Answers  


What are the core OOP’s concepts?

2 Answers  


What is the difference between the include() and require() functions?

0 Answers  


When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?

0 Answers  


What is a http session?

0 Answers  






How long should a session last?

0 Answers  


please explain me mail function in php

2 Answers  


Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?

0 Answers  


What is __ invoke in php?

0 Answers  


Difference between array_combine and array_merge?

0 Answers  


Why post method is used in php?

0 Answers  


How can I loop through the members of an array?

1 Answers   Rushmore Consultancy,


Categories