Loop through arrays
Posted: Wed Jan 23, 2008 2:57 pm
Ok, this seems pretty simple, but I'm sure exactly what the proper way is to loop through arrays like this...
Thanks!
Code: Select all
Array
(
[0] => Array
(
[uid] => 123456
[name] => Mike
[pic] => http://www.pic.com/img.jpg
)
[1] => Array
(
[uid] => 151342
[name] => Chad
[pic] => http://www.pic.com/img2.jpg
)
)
Thanks!