What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / senthil
in include_once display the warning message if the
containing file is not exist but require_once function
could not diplay the warning message it's a FATAL ERRor in
that time ...
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Is php a dying language?
Write the statements that are used to connect php with mysql
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
What is the advantage of runtime polymorphism?
What is mysqli_query?
What are the uses of explode() and implode() functions?
Explain the three different kinds of Arrays?
Can we extend final class in php?
How we can retrieve the data in the result set of mysql using php?
What is php session start?
Which function would you use to format date information in php?
Which function gives us the number of affected entries by a query?
What type of headers that PHP supports?
What is Different between Joomla And Magento?
Is php an object or array?