codice:
$testo = "";
$i = 0;
while ($i < strlen($customerSRVMOT)) {
  $testo = substr($customerSRVMOT, $i, $i+115)."
";
  $i += 115;
}