Whats the difference between include() and require()?
Answer Posted / shanawar
Both used for connecting to the database. but the main
difference b/w them if we r using include()and the file is
not found then a warring will be occure and script will be
execute.. But in the case of require() a error will occure
and script will be helt........................ Shanawar
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
How to retrieve the original query string?
How does php and apache work?
What is php and sql?
How escape single quotes php?
What is the purpose of using php?
How to add 301 redirects in PHP?
What is Gd PHP?
How to define a user function?
Explain a resource?
What is the use of count() function in php?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
How many different types of messages available in php?
Why do we use htaccess
What is the difference between md5(), crc32() and sha1() crypto on php?
How to retrieve values out of an array?