Reply to Re: Newbie Question on Accessing Arrays via Index Key
Posted by Vik Rubenfeld on 09/24/07 21:03
I got it figured out. I was reading in the string I was using for the
index, from a CSV file, and it came in with the double-quotes still
around it. So instead of accessing $array[1001], I was accessing
$array["1001"].