What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / maish
both include external file accept
there is failer i smajor difference
in inclde give warning after failure and in requre
give fatal error stop execution file
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
How to parse configuration file in php?
What is use of header() function in php?
Is php used in 2019?
What is the difference between $name and $$name?
Tell me what does the initials of php stand for?
When are you supposed to use endif to end the conditional statement?
How to get the length of string?
How to redirect https to http url and vice versa in .htaccess?
Explain type casting and type juggling.
How could I install codeignitor ?
What should we do to be able to export data into an excel file?
What distinguishes php from something like client side java script?
Tell me what is htaccess?
How can we display information of a variable and readable by human with php?
Write a program to display a table of any given number?