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?

Answer Posted / anup baba

Include():by using this include()we can embed external page
in the current script multiple time,if the embeded file is
not available it returns a warning message and executes the
rest of the statements.The include_once() is same as include
() but it includes the external file only one time and
ignores the remaining all include_once statement which
contains the same file name.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features and advantages of object-oriented programming in php?

885


How to count all the lines of code in a directory and sub folder?

936


What is difference between Method overriding and overloading in PHP?

1004


Tell me how would you declare a function that receives one parameter name hello?

933


Tell me what is the main difference between require() and require_once()?

929


Differences between get, post and request methods ?

933


Starting or restarting a computer is called

971


What is variable declaration?

887


What is ci in php?

988


What is the function to count elements in an array in PHP?

1052


How many types of errors in php?

1010


How to download files from an external server with code in php?

852


What is the use of addslashes in php?

902


What is multidimensional array in php?

972


How to find the index of an element in an array php?

943