Visit the Official PHP Website |
PHP ProgrammingBy James N HitzCode Re-use... cont'dThere is still another way of including an external file into your page. This time we use require(). require() works exactly like include(). The only differences are:
Other than that, a require() works just like an include(). |
JamHitz Productions