What is the exact Diff. between include_once() and
require_once() in PHP?

Answer Posted / kedar haldikar

If the file specified with include_once() is not exist then
system displays warning where in the case of require_once()
system displays Fatal error in the client browsers window.

Is This Answer Correct ?    4 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain some most commonly use string functions in php?

702


Is false empty php?

734


How to compare two strings with comparison operators in php?

743


Is c similar to php?

674


What is an associative array?

745


Is learning php easy?

761


What is polymorphism in php?

734


What is session expiry?

720


Where are php configuration settings stored?

738


How do you check if a variable has been set in php?

724


What is cookie in php with example?

704


What is form validation in php?

759


What is the difference between php4 and php5?

809


What are the advantages of stored procedures in php?

699


Write a query to find the 2nd highest salary of an employee from the employee table?

837