On 29-04-2009 at 00:53:41 romtek <romtek at gmail.com> wrote: >> OK, I've given up on require() and changed it all to require_once(). > > Is there ever a reason to use require() to include code (not text)? I hoped it would be faster than require_once, but it turned out that with relative paths the difference is insignificant. -- regards, Kornel