Re: [PHP] Object is not instatiated on POST, Fatal error

2004-07-02 Thread Daniel Kullik
Angelo binc2" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP] Object is not instatiated on POST, Fatal error Date: Fri, 02 Jul 2004 11:14:53 +0200 Hi all, I have a PHP file. and when it loads it creates an object for my database : include("db_class.inc"); fine.

RE: [PHP] Object is not instatiated on POST, Fatal error SOLVED

2004-07-02 Thread Angelo binc2
matter." >From: "Angelo binc2" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: [PHP] Object is not instatiated on POST, Fatal error >Date: Fri, 02 Jul 2004 11:14:53 +0200 > >Hi all, > >I have a PHP file. and when it loads it creates an o

[PHP] Object is not instatiated on POST, Fatal error

2004-07-02 Thread Angelo binc2
Hi all, I have a PHP file. and when it loads it creates an object for my database : include("db_class.inc"); fine. I make a couple of calls to the database class this is also working fine. Then I post the page but to itself and then I go into a function (lets call it xfunction) which is ONLY