[PHP] global and object

2005-03-19 Thread pooly
Hi, I'm trying to use a global object (declared at a upper level), but all I got is : Call to a member function on a non-object in /home/pooly/public_html/templeet/modules/freedb.php on line 16 part of the code is : $freedb = new freedbaxs(); Function return_freedb_search($array) {

Re: [PHP] global and object

2005-03-19 Thread Mister Jack
Oops, sorry for double posting. my mistake. accept my apologies :-p On Fri, 18 Mar 2005 23:51:15 +, pooly [EMAIL PROTECTED] wrote: Hi, I'm trying to use a global object (declared at a upper level), but all I got is : Call to a member function on a non-object in