mtox
2008-12-22 19:49:33 UTC
you have added!
$txt = substr ($txt, 0, $l);
(You MAY have to review this if you stored into a "TEXT" type: there will be "invisible" \r\n you will also have to replace with < rb >!
$txt = str_replace ("\r\n", " < r b / > ", $txt);