Ver originalforeach ($selectedkeys as $key) { $i=1; if ($ads[$key] != "") { print $i."$ads[$key]" . str_repeat($spacer,$spacing); } $i++; }