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
How to connect to mysql from a php script?
Which will start a session?
Can I run php without xampp?
Explain how to run the interactive php shell from the command line interface?
Explain how can we execute a php script using command line?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is php oop?
What is mysqli_real_escape_string?
What is php's mysqli extension?
What is an operator in php?
What is the difference between associative array and indexed array?
How to remove the new line character from the end of a text line?
How send email using php?
What is alias in php?
What are global variables in php?