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 are php variables?
How can i execute PHP File using Command Line?
/temp is a type of filesystem directory. State Whether True or False?
What is a namespace in php?
What does $_server means?
Explain PHP looping?
How to remove the new line character from the end of a text line?
what are the differences between php and perl
What is the use of session and cookies in php?
How to remove duplicate values from array using php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What is get method in java?
How can I display text with a php script?
Which function can be used to delete a file?
What are the two types of variables?