Example #1
0
                    <br/>
                    <br/>



<?php 
    }
}
?>




<?php 
if (isset($_GET['envoi_choix2'])) {
    $liste_article_sous_type = $mg->getListeSousTypesArticle($_GET['choix2']);
    $nbr4 = count($liste_article_sous_type);
    ?>
<h2>ARTICLES FILTRES PAR SOUS TYPE</h2>
       
    <?php 
    for ($i = 0; $i < $nbr4; $i++) {
        ?>



                    <?php 
        print $liste_article_sous_type[$i]->nom_article;
        ?>
                    <br>
                    <?php