What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / basha
include_once -it file is not exist it displays warning
message and continue the program
in case of require_once-if the file is not exist it
displays fatal error and terminate the prgram
| Is This Answer Correct ? | 21 Yes | 21 No |
Post New Answer View All Answers
Why does php need server?
Write a program to get lcm of two numbers using php?
what is difference between PHP4 , PHP5
How to remove leading and trailing spaces from user input values in php?
How to receive a cookie from the browser?
Is php good for career?
What is the use of htmlspecialchars in php?
Explain the visibility of the property or method?
Tell me what is the main difference between php 4 and php 5?
Explain Constant in Class?
How to replace a substring in a given string in php?
In php, objects are they passed by value or by reference?
How to upload file in php?
What is the string concatenation operator in php?
What type of language is php?