| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 
 | <map name="caddie"> 
  <? include("connexion.php");
 
                        $query = "SELECT * FROM quartier WHERE dep = '".$dep."' AND vprim = 03";
                                        $result = mysql_query($query);
                                if($result)
 
                                {
                          {
 
                        ?>     
          <area shape="rect" coords="10,50,183,210" href="<? $caddie ?>" target="_blank">
      <area shape="rect" coords="60,0,170,50" href="<? $bebes ?>" target="_blank">
          <area shape="rect" coords="370,30,483,50" href="<? $parapharmacie ?>" target="_blank">
          <area shape="rect" coords="300,10,350,30" href="<? $enfants ?>" target="_blank">
          <area shape="rect" coords="250,50,350,70" href="<? $produitsduterroir ?>" target="_blank">
          <area shape="rect" coords="200,30,250,50" href="<? $jardins ?>" target="_blank">
          <area shape="rect" coords="200,90,253,110" href="<? $services ?>" target="_blank">
          <area shape="rect" coords="290,100,353,120" href="<? $alimentation ?>" target="_blank">
          <area shape="rect" coords="430,100,463,120" href="<? $bio ?>" target="_blank">
          <area shape="rect" coords="380,80,430,100" href="<? $beaute ?>" target="_blank">
          <area shape="rect" coords="270,130,333,150" href="<? $librairies ?>" target="_blank">
          <area shape="rect" coords="200,150,253,170" href="<? $mode ?>" target="_blank">
          <area shape="rect" coords="400,130,483,150" href="<? $animaux ?>" target="_blank">
          <area shape="rect" coords="260,170,353,190" href="<? $immobilier ?>" target="_blank">
          <area shape="rect" coords="350,150,423,170" href="<? $pratique ?>" target="_blank">
                <?
 
                                        }
 
                                }else{
 
                                                echo"erreur de requête";
 
                        }
 
                        mysql_close();
 
                        ?>      
        </map> | 
Partager