On Fri, 2010-06-11 at 06:34 -0400, David Mehler wrote: > Hello, > I've got a page that uses include_once to include a set of functions > for use in that page. I later have another include_once pulling in > another page, which generates a table. It relies on a function from > the first file, yet an error is being generated undefined function, I > thought that since the function was included in the main page, and > that since the table file was also being included in the main page > that the functions would also be available to the table file. Is this > not so? > Thanks. > Dave. > It should be available. Can you show the code you're using? Is the first include being called within some form of if statement? That might explain why it's not available when you expect it. Thanks, Ash http://www.ashleysheridan.co.uk