150 Charachter Affichage uniquement PHP
$small = substr($big, 0, 100);
Thoughtful Tapir
$small = substr($big, 0, 100);