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
How to create a text file in PHP?
How to parse configuration file in php?
How to convert a string to lowercase in php?
Is php class name case sensitive?
When is a conditional statement ended with an endif?
Write a program to find the factorial of a number in php?
Which php framework is best for web development?
What is api laravel?
What is php date function?
Do you know when sessions ends?
How to remove an empty directory?
How can we submit form without a submit button?
Write logic to print Floyd's triangle in PHP?
Can you specify the "new line" character in single-quoted strings?
Why php is used in html?