Can't help too much without more code, but the diagnostics I'd use would be
foreach() and count() to find out what is there rather than seeing if what I
expect to be there actually is.
Tim Ward
----------
From: Scott Mebberson [SMTP:[EMAIL PROTECTED]]
Sent: 24 August 2001 00:52
To: [EMAIL PROTECTED]
Subject: Array's in classes
Hi Guys,
I have written a class in which it uses the global command to get
the value
of a variable from outside of this class which I use within the
class.
I have recently changed this variable to an array and added 5 extra
keys to
this array. It is a string indexed array. In now seems as though PHP
wont
import the array. It is really weird though because if I access the
key of
an array such as $database["hostname"] is just echo's nothing at all
to the
browser. It also echo's nothing to the browser if I use
$database[0]. But,
if I echo just $database to the browser it returns "Array" ?
Does anybody have any idea of why this is happening?
Thanks
Scott.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]