$reqSelect], 'cde.reqSelect.messCom.php'); } $resConn=$idPdo->query($reqSelect); if ($resConn) { while ($result = $resConn->fetch(PDO::FETCH_ASSOC)) { $afficherMsgCom=$result['afficher']; $messTab=$result[$lg]; $icoTab=$result['imgPt' .$lg]; $titleTab=$result['title' .$lg]; $styleMsgCom=$result['style']; if (isset($debug[2]) && $debug[2] == '1' ) { $debugMsg .= monDebug (2, ['afficherMsgCom' => $afficherMsgCom, 'messTab' => $messTab, 'icoTab' => $icoTab, 'titleTab' => $titleTab, 'styleMsgCom' => $styleMsgCom ], ''); } } } ?>