[PHP] Re: More ???s on passing variables

2002-08-01 Thread Paul Dionne
Help still needed. I just went back to the code and looked. Making $ItemNum does not make a difference. And the object which is passed to it is part of the class which is global anyway. Paul Paul Dionne wrote: Hello everyone, I have a class in my script which has information on

Re: [PHP] Re: More ???s on passing variables

2002-08-01 Thread Jason Wong
On Thursday 01 August 2002 20:21, Paul Dionne wrote: Help still needed. I just went back to the code and looked. Making $ItemNum does not make a difference. And the object which is passed to it is part of the class which is global anyway. Use print_r() or var_dump() on $ItemNum outside