Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
pages
/
[
Home
]
File: petites_annonces.php.old
<?php include("../inc/en_tete_avec_lightbox.php"); ?> <script type="text/javascript"> $(document).ready(function(){ if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) { $(".change-this-class li a").click(function(){ // Update '.change-this-class' to the class of your menu // Leave this empty, that's the magic sauce }); } }); </script> </head> <body> <div id="page"> <div id="container"> <h1>PETITES ANNONCE</h1> <!--AFFICHAGE MISE A JOUR --> <p> </p> <!--Colonne gauche--> <div id="col_nav"> <?php include("../inc/menu_navigation.php");?> </div> <!--fin colnav--> <div id="col_AB"> <?php // Création et envoi de la requete $query = "SELECT * FROM petites_annonces adherent ORDER BY id_pa DESC"; $result = mysql_query($query) or die("Erreur dans l'extraction des informations<br>"); $nbP = mysql_num_rows($result); // Récuperation des résultats if ($nbP==0) { echo "<p>Aucune donnée à afficher</p>";} else { while ($row = mysql_fetch_array($result)){ $Produit = strtoupper($row['def_pa']); $Commentaire = nl2br($row["comment_pa"]); $Visuel = $row["visuel_pa"]; $Prix = $row["prix_pa"]; $Mail = $row["lien_pa"]; $Membre = $row["membre_pa"]; $Date = $row["date_pa"]; echo" <div class='marge'> <p><center><b>Annonce proposée par $Membre</b></center></p> <address><center>Créée le : $Date</address> <p><center><a href='mailto:$Mail'>$Mail</a></center></p> <p><img src='../../pict/accroche/".$Visuel."'/></p> <h4><center>$Produit</center></h4> <p><center>Description : $Commentaire</center></p> <h4><center>Prix : $Prix</center></h4> </div>"; } } ?> </div> <!--fin colAAA--> <!--MENU BAS--> <hr /> <p class="menu_bas"> |<a href="legal.php" class="zlink"> bureau et légalité </a> |<a href="http://kermann.free.fr" class="zlink" target="_blank"> Design Daniel Kermann |</a></p> <!--FIN MENU BAS--> </div> <!--fin container--> </div> <!--fin page--> </body></html>
©
2020 Black Eagle Team