What are the difference between include_once & Require_once?
Answer Posted / ramesh
include() generates a warning, but the script will continue
execution but require() generates a fatal error, and the
script will stop the execution or we can write PHP code for
continue execution
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How do you create an array in php?
How break and continue while loop in php?
How many types of arrays are there in php?
Define metaphone()?
What are the characteristics of php?
What u mean by query?
How error handling is being handled by php?
List few sensible functions in PHP?
How to set cookies in PHP?
Will react hooks replace redux?
How can you send http header to the client in php?
What is varchar mysql?
How to remove the new line character from the end of a text line?
What is php key?
How do I end a php session?