Hi all,
Just a little question from me, why would you ever use require_once() when you can use require()? Even if you only require the file once, wouldn't it still just be easier to use require()? Is there any advantage to using require_once(), eg it uses up less memory?
Any help is greatly appreciated,
Cheers,
Hganavak.