What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / kedar haldikar
If the file specified with include_once() is not exist then
system displays warning where in the case of require_once()
system displays Fatal error in the client browsers window.
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is php session and how it works?
What sized websites have you worked on in the past?
What is php sequence?
Is php 7 backwards compatible?
How can a cross-site scripting attack be prevented by php?
What is php and how do you use it?
How to create a session? How to set a value in session? How to remove data from a session?
Does browser understand php?
Where is my php ini file?
Where php language is used?
How to check an key is exists in array?
Who is known as the father of php?
Why overriding is called runtime polymorphism?
What is the difference between super () and this ()?
Tell me will a comparison of an integer 12 and a string "13" work in php?