Whats the difference between include() and require()?
Answer Posted / priyanka
include() function generates a warning but the script
will continue execution while the require() function
generates a fatal error and the script execution will stop
after the error.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of strip_tags() method?
What is the use of $_server["php_self"] variable?
How to convert a string to lowercase in php?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
Explain about looping in PHP?
What is string in php?
When do sessions end?
How to strip whitespace (or other characters) from the beginning and end of a string?
What are major variables in research?
What is php simple definition?
What is faster in php?
CWD is a type of shell variable. State Whether True or False?
How can I prevent sql-injection in php?
How to return a value back to the function caller?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?