beh.. hai ragione.. va resettato ogni parola..
Codice PHP:

while($records=mysql_fetch_array($result) )
{

   
$testo '';
   
$list=explode(" ",$records['testo']);
   for(
$c=0;$c<340;$c++) $testo .= $list[$c];
   echo 
$testo;