Social Sciences, asked by Anshik6650, 1 year ago

Difference between include and include once

Answers

Answered by Anonymous
0
Include Once The include_once() statement includes and evaluates the specified file during the execution of the script. This is a behavior similar to the include() statement, with the only difference being that if the code from a file has already been included, it will not be included again.
Similar questions