Is there such a thing as an over use of PHP's include()?
- by Brook Julias
I am using includes to pull in the various functions I am using, and I am now starting to use include to pull in chunks of HTML/PHP. Is there a point where I have overused includes?