function scinder($texte){ $txt = explode(" ", $texte); if (is_array($txt) AND isset($txt[1])) $texte = "".$txt[0]." ".$txt[1].""; return $texte; }