Whats the difference between include() and require()?
Answer Posted / mahidhar
include() produces a Warning message where as require()
gives Fatal Error.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How cookies are trported from browsers to servers?
How to find a specific value in an array?
How to include variables in double-quoted strings in php?
What is ltrim?
How do you put a space in html?
What's the difference between using mysql_ functions and pdo?
What is the difference between the functions strstr() and stristr()?
Tell me what is the use of mysql_real_escape_string() function?
What are the correct and the most two common way to start and finish a PHP block of code?
What is csrf token and how it works?
How to connect to mysql from a php script?
Explain what are some new features introduced in php7?
What does $_cookie mean?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What are php filters?