Re: [PHP] Including classes

2005-11-22 Thread Richard Lynch
On Mon, November 21, 2005 5:14 pm, Philip Thompson wrote: > Hi all. > > Here's what's going on. I have a page which calls itself in a . > On this page, I include two classes from other file I've created. On > load, the page reads the class stuff just fine. If I submit the form > (call the page

Re: [PHP] Including classes

2005-11-22 Thread Marco Kaiser
hi, > Here's what's going on. I have a page which calls itself in a . > On this page, I include two classes from other file I've created. On > load, the page reads the class stuff just fine. If I submit the form > (call the page again), then the class doesn't like to show any results. can you pos

[PHP] Including classes

2005-11-21 Thread Philip Thompson
Hi all. Here's what's going on. I have a page which calls itself in a . On this page, I include two classes from other file I've created. On load, the page reads the class stuff just fine. If I submit the form (call the page again), then the class doesn't like to show any results.

[PHP] Including classes inside functions vs outside - scope/globalquestion?

2003-08-28 Thread Verdon vaillancourt
Hi :) Somewhat newbie question... I'm trying to include some open source classes into a project I am working on. The classes build a set of relational select menus from the contents of two tables. I have not trouble using the classes in a simple test page, but am running into problems when I try