adspace
What is difference between required and include in php?
Answer Posted / Vaibhav Pratap Singh
In PHP, required includes a file and stops the execution of the script if there's an error while including the file. Include continues the execution even if there's an error. Required should be used when the included file is critical for the script to function properly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain me is it possible to destroy a cookie?
List some features of php that are deprecated in php7?
What does $_files means?
Tell me what kind of things have you done on the social side?
how to detect a mobile device using php
What sized websites have you worked on in the past?
Name and explain five of the PHP error constants?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
How to calculate the difference between two dates using php?
sort term descripttion form, report and uery
What is the current stable version of php?
What is the difference between htmlentities() and htmlspecialchars()?
Write a program using while loop?
Which variable declarations within a class is invalid in php?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain