Fiche de présence
Date :
Nom de l'activité :
Local :
Groupe :
Responsable :
Date de début :
Date de fin :
Nombre Totale :
Nom
Prénom
Sexe
Age
Tél (R)
Note -18
L
M
M
J
V
//*******un seule groupe************** //******Inscription parametres******** //if ($Groupe != "" ) { $strSql = "SELECT * FROM horaire where CodeA = ".$Activites." and GroupeA = '". $Groupe ."' " ; $rsQuery = mysql_query($strSql); mysql_error(); if ($row = mysql_fetch_assoc($rsQuery)) { $TypeHoraire = $row["TypeHoraire"] ; $DateDebut = $row["DateDebut"] ; $DateFin = $row["DateFin"] ; $HeureD = $row["HeureD"] ; $HeureF = $row["HeureF"] ; $LunHD = $row["LunHD"] ; $LunHF = $row["LunHF"] ; $MarHD = $row["MarHD"] ; $MarHF = $row["MarHF"] ; $MerHD = $row["MerHD"] ; $MerHF = $row["MerHF"] ; $JeuHD = $row["JeuHD"] ; $JeuHF = $row["JeuHF"] ; $VenHD = $row["VenHD"] ; $VenHF = $row["VenHF"] ; $SamHD = $row["SamHD"] ; $SamHF = $row["SamHF"] ; $DimHD = $row["DimHD"] ; $DimHF = $row["DimHF"] ; } //******Inscription parametres******** //******Type Horaire*********************** //****Semaine**** if ($TypeHoraire == "Semaine") { For ($S=1; $S <= $_REQUEST["NbreSemaines"]; $S++ ) { $semaineF = "semaine".$S."" ; if ( $_POST[$semaineF] == 1 ) { $Semaine = $Semaine . "-".$S."-" ; } } if ($Semaine != "" ) { $sSQLR = $sSQLR . " inscriptions.Semaines Like '%" . $Semaine . "%' and " ; } } //***Jours****** if ($TypeHoraire == "Jours") { if ($_REQUEST["Lundi"] == "1") { $Jours = $Jours ."-Lundi-" ; } if ($_REQUEST["Mardi"] == "1") { $Jours = $Jours ."-Mardi-" ; } if ($_REQUEST["Mercredi"] == "1") { $Jours = $Jours ."-Mercredi-"; } if ($_REQUEST["Jeudi"] == "1") { $Jours = $Jours ."-Jeudi-"; } if ($_REQUEST["Vendredi"] == "1" ) { $Jours = $Jours ."-Vendredi-"; } if ($_REQUEST["Samedi"] == "1") { $Jours = $Jours ."-Samedi-"; } if ($_REQUEST["Dimanche"] == "1" ) { $Jours = $Jours ."-Dimanche-"; } if ($Jours != "") { $sSQLR = $sSQLR . "inscriptions.Jours Like '%" . $Jours . "%' and " ; } } //**fin Type Horaire*********************** $sSQLR = $sSQLR . "inscriptions.CodeA = " . $Activites . " and " ; $sSQLH = $sSQLH . "horaire.CodeA = " .$Activites . " and " ; $sSQLR = $sSQLR . "inscriptions.Groupe = '" .$Groupe. "' and " ; $sSQLH = $sSQLH . "horaire.GroupeA = '" .$Groupe. "' and "; if ($sSQLR != "" ) { $strSql = "SELECT count(*) as iNbrNodes FROM inscriptions WHERE ".substr($sSQLR, 0, strlen($sSQLR) - 4)." and AnnulerIns = false " ; $rsQuery = mysql_query($strSql); mysql_error(); if ($row = mysql_fetch_assoc($rsQuery)) { $nbrToDisplay = $row["iNbrNodes"] ; } //*******Access SQL*************** $SQL = " SELECT personnes.* , inscriptions.* " ; $SQL = $SQL . "FROM inscriptions INNER JOIN personnes ON inscriptions.CodeM = personnes.CodeM " ; $SQL = $SQL . "WHERE ".substr($sSQLR, 0, strlen($sSQLR) - 4)." and AnnulerIns = false " ; $SQL = $SQL . "ORDER BY personnes.".$Order." " ; $RS = mysql_query($SQL); //********************************* $SQLH = "SELECT * FROM locaux where CodeL in (select CodeL from horaire WHERE ".substr($sSQLH, 0, strlen($sSQLH) - 4)." )" ; $RSHoraire = mysql_query($SQLH); if ($row = mysql_fetch_assoc($RSHoraire)) { $Local = $row["Nom"]; } } //else //Response.Redirect ("Presences.php") // } //echo $SQL ?>
Fiche de présence
Date :
Nom de l'activité :
Local :
Groupe :
Responsable :
Date de début :
Date de fin :
Nombre Totale :
Nom
Prénom
Sexe
Age
Tél (R)
Note -18
L
M
M
J
V