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