I'm trying to fill information that i read out of files into a 2 dimensional
array.
My main problem (i think) is that i dont know how to declare a 2 dimensional
array prior to adding parts to it.
Especially since the size of each internal array and the external array are
all picked up from the files and read as strings - i'm not sure how to
convert these to ints.

I don't know how to test if the data is beign stored in the array because
when i come out of the "entry" loop, the count() size of the array is 0.

I'm very new at this so any help you can offer is greatly appreciated.

Thanks,

Mark



-- 
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]

Reply via email to