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
How to know user has read the email-php?
What is the name of scripting engine in php?
How do you end a function in python?
Explain the difference between session and cookies in php?
What does type casting mean in php? Explain with an example?
Why do we use cookie?
What is array function in javascript?
What is psr in php?
Write an example to remove html tags from a string in php?
Is php a backend?
Tell me how can we connect to a mysql database from a php script?
Write a program to show the joining of two strings in php?
How does php server work?
Why do we use csrf token?
What is variable give example?