Example #1
0

<?php 
}
?>

            </td>

        </tr>
    </table>
</form>


<?php 
if (isset($_GET['envoi_choix'])) {
    $liste_article_type = $mg->getListeTypesArticle($_GET['choix']);
    $nbr5 = count($liste_article_type);
    ?>
<h2>ARTICLES FILTRES PAR TYPE</h2>
       
    <?php 
    for ($i = 0; $i < $nbr5; $i++) {
        ?>



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