adspace
What is the difference between require_once and require in php?
Answer Posted / Manish Kumar Kathore
The main difference between require_once and require in PHP is that require_once includes a file only once, regardless of how many times it's required within the script. On the other hand, require includes a file every time it's called.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name and explain five of the PHP error constants?
how to detect a mobile device using php
Explain me is it possible to destroy a cookie?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
sort term descripttion form, report and uery
Tell me what kind of things have you done on the social side?
How to calculate the difference between two dates using php?
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
List some features of php that are deprecated in php7?
What sized websites have you worked on in the past?
What is the current stable version of php?
What is the difference between htmlentities() and htmlspecialchars()?
Write a program using while loop?
What is difference between static and final in php?