Re: [PHP] undefined functions question

2001-02-16 Thread Toby Butzon
Try include_once() for your includes instead of simply include(). --toby Matt Williams wrote: > > > > > This has been an ongoing problem, when I include a file which contains a > > call to a function I get undefined function errors but when I try > > to include > > the file containing the funct

RE: [PHP] undefined functions question

2001-02-16 Thread Matt Williams
> > This has been an ongoing problem, when I include a file which contains a > call to a function I get undefined function errors but when I try > to include > the file containing the function I get cannot redeclare function error > messages, I can't win how do I make sure my functions are availa