function temizle_issim($strInput) {
$strInput = str_replace('2.', '<br>2.',$strInput); 
$strInput = str_replace('3.', '<br>3.',$strInput); 
$strInput = str_replace('4.', '<br>4.',$strInput); 
$strInput = str_replace('5.', '<br>5.',$strInput); 
$strInput = str_replace('6.', '<br>6.',$strInput); 
return $strInput;
}