hi,
Schau dir mal foreach an: http://de3.php.net/manual/de/control-structures.foreach.php
Genau, ich unterstreich das mal:
"There are two syntaxes; the second is a minor but useful extension of the first:"
(means foreach (array_expression as $key => $value))
Useful? Excellent!
Hotti