I have an array and I use print_r and this what happen:
Array
(
[141] => 1
[171] => 3
[156] => 2
[241] => 1
[271] => 1
[256] => 1
[341] => 1
[371] => 1
[356] => 1
[441] => 1
[471] => 1
)
How can I print out the index [141] and so on?
foreachcontrol-structure in particular au2.php.net/manual/en/control-structures.foreach.php