Okit wasjustnot tojumponline soit works
$ text= array ('11 ','22');
Can you help meto do thisdynamicallybecause when Idid this:
$donneesss='111111,22222;
$optionsCochees= explode(',', $donneesss);
foreach ($optionsCocheesas $option) {
$sss[] = $option;
}
$aData[]= array ('designation' => $sss,'qty' =>$ data["Quantity"],pu '=>$ data["prix_unitaire"].' € ',' ht'=>$ data["ht"] '€.');
It gives methefollowing error:
Warning:htmlspecialchars()Expectsparameter 1tobestring, arrayGiven in/ var/ www /docx/ classes /CreateTemplate.incon line1639
Do you knowwhat's the reason?