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
What are the delimiters in php?
What is the use of post in php?
Write down the code for save an uploaded file in php.
What is the function of mysql_real_escape_string in php?
Which function can be used to delete a file?
Why die is used in php?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How would you declare a function that receives one parameter name hello?
Tell me which function gives us the number of affected entries by a query?
Tell me how do you execute a php script from the command line?
What is namespace and use in php?
Tell me how can we define a variable accessible in functions of a php script?
The left association operator % is used in PHP for?
Does php need apache?
What is the difference between unset and unlink?