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...


Whats the difference between include() and require()?

Answers were Sorted based on User's Feedback



Whats the difference between include() and require()?..

Answer / kathiresan n

You can insert the content of a file into a PHP file before
the server executes it, with the include() or require()
function.
The two functions are identical in every way, except how
they handle errors.
The include() function generates a warning but the script
will continue execution while the require() function
generates a fatal error and the script execution will stop
after the error.

Is This Answer Correct ?    9 Yes 0 No

Whats the difference between include() and require()?..

Answer / mahidhar

include() produces a Warning message where as require()
gives Fatal Error.

Is This Answer Correct ?    8 Yes 3 No

Whats the difference between include() and require()?..

Answer / priyanka

include() function generates a warning but the script
will continue execution while the require() function
generates a fatal error and the script execution will stop
after the error.

Is This Answer Correct ?    1 Yes 0 No

Whats the difference between include() and require()?..

Answer / shanawar

Both used for connecting to the database. but the main
difference b/w them if we r using include()and the file is
not found then a warring will be occure and script will be
execute.. But in the case of require() a error will occure
and script will be helt........................ Shanawar

Is This Answer Correct ?    1 Yes 12 No

Post New Answer

More PHP Interview Questions

How to write a program to make chess?

0 Answers  


Tell me what is use of in_array() function in php?

0 Answers  


What is a controller php?

0 Answers  


What is the use of addslashes in php?

0 Answers  


Is there any way to call a JAVASCRIPT function in PHP in AJAX

4 Answers  


What is the purpose of the '.myd' file extension? What do thes file contain?

0 Answers  


What are html entities?

0 Answers  


Write down the benefits of php7?

0 Answers  


Tell me how comparison of objects is done in php5?

0 Answers  


Which function is used to read a file removing the html and php tags in it upwork?

0 Answers  


Is facebook still written in php?

0 Answers  


What is php and its uses?

0 Answers  


Categories