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 values in arrays are indexed?
Is php used in 2019?
What is button in html?
Is empty java?
Tell me what should we do to be able to export data into an excel file?
How many open modes available when a file open in PHP?
What is php programming used for?
What sized websites have you worked on in the past?
Which are the best start and end tags to use?
What is input sanitization in php?
What version of php do I have windows?
what is difference between PHP4 , PHP5
What is an array in php?
Can we run php in apache tomcat?
Why php is also called as scripting language?