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
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'--
2 matches
Mail list logo