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
What is a simple php method to make a cross domain data request?
How do I find environment variables?
What are the difference between abstract class and interface in oops?
What is mysqli_query?
How to access a global variable inside a function?
What are the benefits of composer?
How to get the directory name out of a file path name?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
How to delete file in php?
Why many companies are switching their current business language to php? Where php basically used?
How to upload file in php?
What are interfaces in php?
How to write a program to make chess?
Tell me what is use of in_array() function in php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?