Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the differences between include() and include_once
() functions?

Answers were Sorted based on User's Feedback



What are the differences between include() and include_once () functions?..

Answer / anjali ashok arote

include()function is more time consuming because of redeclaration is more in include() file ...
where as include_once()function only declare one time...
in include()function refreshment of file is needed many time
but in include_once()function refreshment of page is only one time

Is This Answer Correct ?    0 Yes 0 No

What are the differences between include() and include_once () functions?..

Answer / nishit

file1.php:
function check()
{
echo 'hello nishit';
}
file2.php
include('file1.php');
check();

file3.php
include('file1.php');[this is worn we should use here
include once.]
include('file2.php');
check();

while execute file3.php see what the error:

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More PHP Interview Questions

How to remove blank spaces from the string?

0 Answers  


Tell me how can we connect to a mysql database from a php script?

0 Answers  


What is htaccess in php?

0 Answers  


What is php default argument?

0 Answers  


When to use single quotes, double quotes, and backticks?

0 Answers  


Explain about the connective abilities of the PHP?

0 Answers  


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

0 Answers   Lionbridge,


What is use of htmlspecialchars php?

0 Answers  


How to remove leading and trailing spaces from user input values in php?

0 Answers  


how many types of inheritance is there in php? name there?

10 Answers  


what are the errors and when we get that particular errors.and who will give that errors

3 Answers  


Which function would you use to merge two arrays in php?

0 Answers  


Categories