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
What is a string in php?
What is php session and how it works?
How can we determine whether a variable is set?
Explain the importance of the function htmlentities.
Tell me what are the encryption techniques in php?
What is default session time and path in PHP. How to change it?
Tell me how would you declare a function that receives one parameter name hello?
What types of MYSQL function available for affecting columns
How big is varchar max?
Explain about PHP filter and why it should be used?
What is a php array?
What are the different components used in php for formatting?
How many types of inheritances used in php and how we achieve it.
What is a php web application?
where do we use htaccess?