Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
inc
/
[
Home
]
File: concours.inc.php.old
<?php // Création et envoi de la requete $query = "SELECT * FROM salons ORDER BY andepot, moisdepot, jourdepot ASC"; $result = mysql_query($query) or die("Erreur dans l'extraction des informations"); $nbP = mysql_num_rows($result); // Récuperation des résultats if ($nbP==0) { echo "";} else { while ($row = mysql_fetch_array($result)){ $JourD = $row['jourdepot']; $MoisD = $row['moisdepot']; $AnD = $row['andepot']; $JourC = $row['jourconcours']; $MoisC = $row['moisconcours']; $AnC = $row['anconcours']; $Depot = 'Le '.$JourD.'-'.$MoisD.'-'.$AnD; $Concours = 'Le '.$JourC.'-'.$MoisC.'-'.$AnC; $Intitule = '<h3>"'.ucfirst($row["titre"]).'"</h3> '; $Theme = ucwords($row['theme']); $Genre1 = ucwords($row['genre1']); $Genre2 = ucwords($row['genre2']); $Genre3 = ucwords($row['genre3']); $Genre4 = ucwords($row['genre4']); $NbphotosA = $row['nbphotosauteur']; $NbphotosC = $row['nbphotosclub']; $Fichier = $row['file']; $Lien = $row["lien"]; $Url = $Lien; $Commentaire = ucfirst(nl2br($row['texte'])); //pour ne pas afficher les lignes vides if ($Genre1=='') { $Genre1=''; } else {$Genre1='<p>• '.$Genre1.'</p>'; } if ($Genre2=='') { $Genre2=''; } else {$Genre2='<p>• '.$Genre2.'</p>'; } if ($Genre3=='') { $Genre3=''; } else {$Genre3='<p>• '.$Genre3.'</p>'; } if ($Genre4=='') { $Genre4=''; } else {$Genre4='<p>• '.$Genre4.'</p>'; } //Affichage echo "$Intitule <h5>Thème : $Theme </h5> <p><strong>Sections</strong></p> <p>$Genre1</p> <p>$Genre2</p> <p>$Genre3</p> <p>$Genre4</p> <p>Nb photos par Auteur : $NbphotosA </p> <p>Nb photos pour le Club : $NbphotosC</p> <h4><strong>DERNIER DELAI POUR REMISE DES PHOTOS : $Depot</strong></h4> <p>Date du Concours : $Concours</p> <p>$Commentaire</p> <p>Téléchargez le Règlement <a class='xlink' href=\"../private/telech/$Fichier\" target='_blank'>$Fichier</a></p> <em><a href=\"$Lien\" class='xlink' target='_blank'>$Url</a>\n</em><p> </p> <hr />"; } } ?>
©
2020 Black Eagle Team