Re: [PHP] Need someone with a fresh mind on tacking this arrayproblem...

2003-06-18 Thread Scott Fletcher
Well, the PHP Manual said we should be using the quote (single or double) inside the array no matter what, it also reduce the side-effect problem. It's what I read at php.net in the past. "Lars Torben Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 2003-06-18 at 10:32

Re: [PHP] Need someone with a fresh mind on tacking this arrayproblem...

2003-06-18 Thread Lars Torben Wilson
On Wed, 2003-06-18 at 10:32, Scott Fletcher wrote: [snip] > if ($ArrayCheck == 0) { > $ArrayDataCount['$ODBC_RESULT'] = "0"; What happens when you remove the single-quotes? You're currently defining only one array value, with the key being the literal string '$ODBC_RESULT'--