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'--when you probably want to be using the contents of
$ODBC_RESULT.
I haven't tested it, but it's the first thing I see.
Hope this helps,
Torben
--
Torben Wilson <[EMAIL PROTECTED]> +1.604.709.0506
http://www.thebuttlesschaps.com http://www.inflatableeye.com
http://www.hybrid17.com http://www.themainonmain.com
-----==== Boycott Starbucks! http://www.haidabuckscafe.com ====-----
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php