$reqSelect],'reqSelectCss.php'); $resConn=''; $tabResult=array(); $resConn=$idPdo->query($reqSelect) ; if ($resConn) { // si la requĂȘte a fonctionnĂ©e $tabResult = $resConn->fetch(PDO::FETCH_ASSOC); $theImage=$tabResult['back']; $backgroundRepeat=$tabResult['repeat']; $backgroundSize=$tabResult['bsize']; $_SESSION['theImageTitre']=$theImage; if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, [ 'theImage' => $theImage, 'backgroundRepeat' => $backgroundRepeat, 'backgroundSize' => $backgroundSize ], ''); } } else { if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['Il n\'y a pas d\'image' => ''], '');} $admMsgClass='ko'; } ?>