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
What are the different data types in javascript?
How to remove white spaces from the beginning and/or the end of a string in php?
What is the use of is_array() and in_array()?
Define urlencode() and urldecode() used in php?
What is the difference between rest and soap?
What is warning – “cannot modify header information – headers already sent”?
What is the use of anonymous function in php?
What does namespace mean in php?
Difference between mysql_connect and mysql_pconnect?
How to find the index of an element in an array php?
What is the $_ server php_self variable?
What is compact function php?
What is include in php?
What is the difference between echo print and print_r in php?
Write a program in php to find the occurrence of a word in a string?