|
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.
__________________
34343639363436653237373432303635373837303635363337 34323037343638363137343263323036343639363432303739 366637353366
|