$bread) { $SET_FORM .= "\r\n"; /* foreach($bread->raw as $n => $m) { $name_raw = $RAW_name[$n]; $SET_FORM .= "$name_raw $m
"; } */ $j++; } $content = file_get_contents("step0_template.html"); $content = str_replace("#BREAD", $SET_FORM, $content); $SET_FORM2 = ""; //for($j = 0; $j < 15; $j++) // { // $j_ = $j + 1; foreach($RAW_name as $hash => $name_raw) { $name_raw = iconv("CP1251", "UTF-8", $name_raw); $SET_FORM2 .= ""; } // } $content = str_replace("#RAW", $SET_FORM2, $content); echo $content; ?>