Re: [PHP] Variable Undefined, even when global?

2003-03-08 Thread Ron Biggs
You are a god among men, Ernest. THANK YOU! -ron "Ernest E Vogelsinger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 01:28 09.03.2003, Ron Biggs said: > [snip] > >function ColorCollection($lkID){ > > &

[PHP] Variable Undefined, even when global?

2003-03-08 Thread Ron Biggs
I'm getting a "Variable Undefined" error, even tho phpinfo() shows me that globals are set to ON. I've done massive searches on the web to find a solution, but I'm totally missing it. Help? (I've bolded where the Variable Undefined is occuring --- where <<$whatglass = $lkColor[$i]->glass;>> is w