On Sat, 2004-07-17 at 11:51, bill wrote: > for ($i=0;$i<count($options); $i++) { > echo "key is $i: val is $options[$i]; > } Above was missing a semicolon before the $i++ ....