|
And just as an extra tip, in case you didn't know already. For both the include() and require() functions there are equivalent functions that will only include pages once, include_once() and require_once(). So if you get caught up in big nested includes where two includes in turn includes the same page it will still only be included once. This would prevent error messages saying you're trying to define functions which already exists for example.
So this is good to use when including pages with functions in it, or classes.
__________________
596f75206d65616e20796f752063616e2061637475616c6c79 207265616420746869733f
|