Foreach help
Posted: Sat May 25, 2013 2:22 pm
I have an array that is like
Array([GOOG] => 1, [AAPL] => 2);
How can I do a foreach where I can grab the value like GOOG (the list is ordered by the number value)
Thanks,
Fred
Array([GOOG] => 1, [AAPL] => 2);
How can I do a foreach where I can grab the value like GOOG (the list is ordered by the number value)
Thanks,
Fred