print ‘
.third { width: 50%; float: left; }
.form_titre_03 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } .form_titre_04 { font-size: 14px; }
.form_titre_03_bold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
–>’;
$base_hote=”localhost”;
$base_utilisateur=”ffuser-sql”;
$base_passe=”M32rfi9zP”;
$base=”TA_EXPLOIT”;
$reference = “CMFFF2011″;
$type_quiz=”QCM BlockBuster”;
$dbc=mysql_connect (“$base_hote”,”$base_utilisateur”,”$base_passe”);
mysql_select_db (“$base”,$dbc);
$sql_qcm=”select * from QCMFF_projet where version=’”.$reference.”‘”;
$trouve=0;
$result_qcm=mysql_query($sql_qcm,$dbc);
if ($result_qcm > 0) {
while($row_qcm = mysql_fetch_array($result_qcm)) {
$trouve=1;
}
}
if($trouve==1){
print ‘‘;
print ‘
‘;
}
?>
