What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / umapathi
include_once -it file is not exist it displays warning
message
in case of require_once-if the file is not exist it
displays fatal error
| Is This Answer Correct ? | 34 Yes | 18 No |
Post New Answer View All Answers
How to convert the first character to upper case?
What are psrs?
Explain the changes in php versions?
How to select a database in php?
How can you send http header to the client in php?
Where is the submitted form data stored?
How can I make a script that can be bilingual (supports english, german)?
Which library is used in php to do various types of image work?
Do you know what does mvc stand for and what does each component do?
What is htmlentities function in php?
What is the difference between the functions strstr() and stristr()?
Why print_r is used in php?
What is csrf token in php?
What is the difference between characters 23 and x23?
What is list in PHP?