What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / basha
include_once -it file is not exist it displays warning
message and continue the program
in case of require_once-if the file is not exist it
displays fatal error and terminate the prgram
| Is This Answer Correct ? | 21 Yes | 21 No |
Post New Answer View All Answers
How to create a session? How to set a value in session?
How to open a file for reading?
How to get length of an array in PHP?
What is session expiry?
Which is true about the singleton design pattern?
What is sorting php?
how to detect a mobile device using php
Which is the correct way to check if a session has already been started ?
What is the best way to test the strpos() return value in php?
What are the three parts of an http request?
How do I install php?
Explain what is the difference between $var and $$var?
What is button in html?
Are objects passed by value or by reference?
What is the sign to start variables in PHP?