I have this code, I need to limit the word in the field "newsContenuto" and add some"..." .
echo "<tr>";
echo "<td>{$newsID}</td>";
echo "<td>{$newsData}</td>";
echo "<td>{$newsAutore}</td>";
echo "<td>{$newsTitolo}</td>";
echo "<td>{$newsContenuto}</td>";
echo "<td>";