mmm exscuse me i.m badly explained
if i write in form a word without interruction example :
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
in email return in this attacked mode so searching in internet
i have found correct function ie; wordwrap :
$comments = wordwrap($comments,39,"\n",true);
Can you tell me how to resolve the problem of accented characters ?
Thanks for answers