<?php $ht = array(1 => 1, 2 => 2, 3 => 3, 4 => 4); $range = range(1,10); $diff = array_diff($range, $ht); Echo str_repeat("x", count($ht)) . Implode("", $diff);
You have javascript disabled. You will not be able to edit any code.