Example #1
0
              <br>
              
                <div class="article">
                
                    <div class="deeppink"><a href="artistes.php"><span style="color:#fff;">Artistes Vedettes</span></a></div>
                    <div style="height:370px">
                    <?php 
for ($i = 0; $i < 3; $i++) {
    $p = titre_artiste($artved, $i);
    $idoev = ouevres_artiste($artved, $i);
    echo '<a class="textdeco" href="artiste.php?artiste=' . $p . '">';
    echo '<div class="artistes">';
    echo '<h2>' . $p . '</h2>';
    for ($j = 0; $j < 3 && $j < count($idoev) - 1; $j++) {
        $oeuvre_artiste = requete_oeuvre_artiste($idoev[$j + 1]);
        $imgs = images_oeuvre($oeuvre_artiste);
        echo '<img width="85" src=' . $imgs[count($imgs) - 1] . '>';
    }
    echo '</div>';
    echo '</a>';
}
?>
                    <br>
                    </div>
                    <div class="sub_deeppink"><a href="contact.php?q=artiste"><span style="color:#fff;">Ajouter un Artiste</span></a></div><br>

                </div><div class="sep"></div>

              
                <div class="article">
                
Example #2
0
                   
                     <br>
                  </div>
                  
               
                    

                </div>
                <br>




                <div class="mini" >
                <?php 
$imgs = images_oeuvre($oeuvre);
?>
                    <img src=<?php 
echo $imgs[count($imgs) - 1];
?>
 class="peloton">
                    
                    <br><br>

                    <span class="minibtn green">Mise en Relation ? <img src="images/hund.png"></span>
                    
                    <br>
                    <div class="detail oeu">
                      <table style="width:100%; text-align: center;" >
                      <?php 
$p = pubData_oeuvre($oeuvre);