codice:
while($row_sql=mysql_fetch_object($result_sql)){ 
 $stringa= substr($row_sql->link, 0, 20)."..."; 
 print "$stringa
"; 
}