Я хотел бы проверить, правильный ли ответ на обмен или что-то подобное ... вот l oop У меня есть
for ($i = 0; $i < $rec; $i++) {
$array= ( getContents($newtext, $search1, $search2) );
//print_r($keywords);
//$length = count($text);
if (isset($array[$i])){
$text= str_replace("<strong><u>".$array[$i]."</u></strong>", "<input type='text' class='form__field' value='' name='".$array[$i]."' required size='12'>", $text);
}else{
$array[$i] ='';
}
}