Include, Require & Require_once Statements

Include, Require & Require_once

Another way to make your code easier to use and maintain is to use include files. Actually, you’ve used them several times already and have seen how easy it is to bring external files into the current script and run them. All you have to do is use either the include or require constructs.

Continue reading