Foreach for an array

mlk2

New Member
I have an array:\[code\]array(3) { [0]=> string(1) "3" [1]=> string(3) "488" [2]=> string(3) "177"}\[/code\]I want to have a \[code\]foreach\[/code\] for its values, which returns the number in the array.How can I do that?
 
Back
Top