MERAPI PRODUCTIONS is an audiovisual production group composed of producers, writers, directors and experienced technicians. Our team can respond quickly and effectively to both TV channels from around the world and to companies that have communication projects, regardless of the size and distribution of media.
The MERAPI PRODUCTIONS team has a real know-how to manage, from conception to completion, the entire creative and technical project in order to best meet your needs.
$longueur=60;
$phrase="LES ROIS DE FRANCE - FRANÇOIS 1ER DEUXIÈME PARTIE";
if(strlen($phrase)>$longueur){
$phrase=substr($phrase,0,$longueur);
$espace=strrpos($phrase," ");
$phrase=substr($phrase,0,$espace);
$phrase=$phrase.'...';
}
?>
echo $phrase; ?>
MERAPI PRODUCTIONS
Auteur(s) : Dominique Paul Mougenot / Thierry Bruant
$longueur=60;
$phrase="SUR LA PISTE DES ECRIVAINS - GUY DE MAUPASSANT";
if(strlen($phrase)>$longueur){
$phrase=substr($phrase,0,$longueur);
$espace=strrpos($phrase," ");
$phrase=substr($phrase,0,$espace);
$phrase=$phrase.'...';
}
?>