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