$row = array('first'=>'number','second'=>'letter','third'=>null,'forth'=>'word'); for($i=0;$i<count($row);$i++){??? echo "\"".key($row)."\""; ??? next($row); ?}