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
Explain some most commonly use string functions in php?
Is false empty php?
How to compare two strings with comparison operators in php?
Is c similar to php?
What is an associative array?
Is learning php easy?
What is polymorphism in php?
What is session expiry?
Where are php configuration settings stored?
How do you check if a variable has been set in php?
What is cookie in php with example?
What is form validation in php?
What is the difference between php4 and php5?
What are the advantages of stored procedures in php?
Write a query to find the 2nd highest salary of an employee from the employee table?