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 require and include,
include_once?

Answer Posted / tina

require - including a file/page ,if file doesn't exist,then
it gives error and doesn't execute.

include-including a file/page,if file doesn't exit,then it
gives warning and begin to execute.

include_once-including file/page, if it didn't been already
included,it includes else it won't.

Is This Answer Correct ?    41 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert strings in hex format?

1076


Which php framework is best for web development?

1015


What is a class in php programing?

2620


What are the Advantages and Application Areas of PHP?

977


What is the difference between for and foreach?

1148


So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?

1086


What are php filters?

1003


What is the best practice for running mysql queries in php? Consider the risk of sql injection.

1099


Is php faster than javascript?

988


Tell me how can we determine whether a variable is set?

954


Why session is required?

988


what is the use of include_once in php?

1103


Tell me how can we check the value of a given variable is alphanumeric?

1130


What is PECL?

1253


What is php session and how it works?

1029