IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

PHP & Base de données Discussion :

requete sql qui ne fonctionne qu'une seule fois


Sujet :

PHP & Base de données

  1. #1
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut requete sql qui ne fonctionne qu'une seule fois
    bonjour, j'ai fait une boucle while qui à l'interieur intéragie avec ma requete sql sauf que la boucle ne fonctionne qu'une fois en ensuite c'était comme si qu'il n'y avait pas de requete car il me ressort plus les resultat de la table , quelqu'un verrais t-il une erreur dans mon code ? j'ai essayer pas mal de chose mais je ne sais pas quoi faire , j'ai juste identifié la ligne où à mon avis ça coince , je l'ai mis en orange dans la feuille de code suivante :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    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
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    <?php
    session_start();
    if (!isset($_SESSION['login'])) {
    	header ('Location: index.php');
    	exit();
    }
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
      <head>
        <title>Calendrier des réservations</title>
    	<link rel ="stylesheet" type="text/css" href="date.css">
    	<link rel="stylesheet" href="css/layout.css" />
    		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
    		<script type="text/javascript">
    			jQuery(function($){
    				$('.month').hide();
    				$('.month:first').show();
    				$('.months a:first').addClass('active');
    				var current = 1; 
    				$('.months a').click(function(){
    					var month = $(this).attr('id').replace('linkMonth','');
    					if(month != current){
    						$('#month'+current).slideUp();
    						$('#month'+month).slideDown();
    						$('.months a').removeClass('active');
    						$('.months a#linkMonth'+month).addClass('active');
    						current = month;
    					}
    					return false;
    				
    				
    				});
    			});
    		
    		</script>
      </head>
      <body>
    	
    	
    		<div id="conteneur">
    			<div id="header">
    				<h1>Clicanoo</h1>
    			</div>
    	
    			<div id="menu">
    				<ul>
    					<li><a href="membre.php">Planning Publicitaire</a></li>
    					<li><a href="admin/index.php">Administration</a></li>
    					<li><a href="#">Contact</a></li>
    					<li></li>
    					<span class="bienvenue"><li>Bienvenue <?php echo htmlentities(trim($_SESSION['login'])); ?></li></span>
    				</ul>
    			</div>
    <!--------------------------------------- Le Corps ------------------------------------------>
    			<div id="corps">
    				
      <?php
    		try
    		{
    			include("connexion_bdd.php");
    			
    			$id=$_GET['id'];
    			/*echo $id;*/
    			
    			// on récupère id et nom_rubrique
    			$reponse = $bdd->prepare('SELECT nom_zone, id_rubrique_zone, nom_rubrique FROM zone INNER JOIN rubrique_zone ON zone.id = rubrique_zone.id_zone INNER JOIN rubrique ON rubrique.id = rubrique_zone.id_rubrique WHERE rubrique_zone.id_rubrique = ? ');
    			$reponse->execute(array( $id));
    			?>
    			
    			<!-- tableau pour le calendrier -->
    			<?php
    			require('date.php');
    			$date = new Date();
    			$year = date('Y');
    			$dates = $date->getAll($year);
    			?>
    			
    			<!-- affichage année -->
    			<div id="year">
    				<?php echo $year;?>
    			</div>
    		
    		    <!-- affichage liste à puce des mois -->
    			<div class="months">
    				<ul>
    					<?php foreach ($date->months as $id=>$m): ?>
    						<li><a href="#" id="linkMonth<?php echo $id+1; ?>"><?php echo " $m "; ?></a></li>
    					<?php endforeach; ?>
    				</ul>
    			</div>
    	
    			<div id="calendrier">
    			<?php
    			//echo "<table><td>";
    			?>
    			
    			<!-- le tableau commence par l'année mais on en a pas besoin donc on l'enlève et on affiche direct le mois -->
    			<div id="day">
    				<?php $dates = current($dates); ?>
    		
    				<?php foreach ($dates as $m=>$days): ?>
    					<div class="month" id="month<?php echo $m; ?>">
                    
    					<table>
    						<thead>
    					
    						</thead>
    						<tbody>
                            
    							<tr>
                                	<th>Zones</th>
    								<?php foreach($days as $d=>$w): ?>
    									<td><?php echo $d; ?></td>
    								<?php endforeach; ?>
    							</tr>
                                <tr>
                                
    							<?php
    							
                                	while($data = $reponse->fetch())
    								{
    									$id_rubrique_zone = $data['id_rubrique_zone'];
    									echo "test--";
    									echo '<tr><th><a href="detail_zone.php?id_rubrique_zone='.$id_rubrique_zone.'">'.$data['nom_zone']                                 .'</a></th>';
    									$ligne=0;
    									while($ligne < count($days))
    									{
    										echo'<td>.</td>';
    										$ligne++;
    									} 	
    									
    									echo'</tr>';
    			                    } ?>
    			
    			                   
                                    </tr>
                                    
                                
    						</tbody>
    					</table>
    					</div>
    			<?php endforeach; ?></div>
    			
    			<?php /*echo"</td>";
    			echo '</table>';*/
    			$reponse->closeCursor(); // Termine le traitement de la requête
    		}
    		catch(Exception $e)
    		{
    			// En cas d'erreur précédemment, on affiche un message et on arrête tout
    			die('Erreur : '.$e->getMessage());
    		}
      
    		?>
    			
    		</div>
    		<br/>
    		<br/>
    
    		<div id="logout">
    			<a href="deconnexion.php">Deconnexion</a>
    		</div>
    			
    			</div>
    
    			<div id="footer">
    				Copyright 2012 Le journal de l'ile | B.L
    			</div>
    		</div>
    		
      </body>
    </html>

  2. #2
    Membre expert Avatar de Fench
    Homme Profil pro
    Chercheur en informatique
    Inscrit en
    Mai 2002
    Messages
    2 353
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Groenland

    Informations professionnelles :
    Activité : Chercheur en informatique
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Mai 2002
    Messages : 2 353
    Points : 3 390
    Points
    3 390
    Par défaut
    Bonjour,

    Bien que j'ai un petit doute sur la requête, tu as essayé un echo de $count = $reponse->rowCount(); pour savoir combien de fois la boucle doit tourner ?
    Meuuh en AI à l'INRA
    Domaines: {java, php, js, jquery}{hibernate, doctrine}{MyLib, symfony, Zend}
    fait gagner du temps à ceux qui aident , donc un message avec la balise résolu laisse plus de temps pour résoudre d'autres problèmes (balise à cliquer en bas de l'écran)

  3. #3
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    bonjour French , j'ai bien fait un echo de $count = $reponse->rowCount() et ce dernier m'affiche bien le nombre exact qu'il doit boucler

  4. #4
    Membre expert Avatar de Fench
    Homme Profil pro
    Chercheur en informatique
    Inscrit en
    Mai 2002
    Messages
    2 353
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Groenland

    Informations professionnelles :
    Activité : Chercheur en informatique
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Mai 2002
    Messages : 2 353
    Points : 3 390
    Points
    3 390
    Par défaut
    Alors tu as un problème dans ta boucle
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
     
                                	while($data = $reponse->fetch())
    								{
    									$id_rubrique_zone = $data['id_rubrique_zone'];
    									echo "test--";
    									echo '<tr><th><a href="detail_zone.php?id_rubrique_zone='.$id_rubrique_zone.'">'.$data['nom_zone']                                 .'</a></th>';
    									$ligne=0;
    									while($ligne < count($days))
    									{
    										echo'<td>.</td>';
    										$ligne++;
    									} 	
     
    									echo'</tr>';
    			                    } ?>
    A première vue, je sais pas, essayes de raccourcir au minimum genre
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
     
    while($data = $reponse->fetch()){			
         $id_rubrique_zone = $data['id_rubrique_zone'];	
         echo "test--";
    			                    } ?>
    Puis l'entête du tableau plus les colonnes
    Meuuh en AI à l'INRA
    Domaines: {java, php, js, jquery}{hibernate, doctrine}{MyLib, symfony, Zend}
    fait gagner du temps à ceux qui aident , donc un message avec la balise résolu laisse plus de temps pour résoudre d'autres problèmes (balise à cliquer en bas de l'écran)

  5. #5
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    alors j'ai fait pas à pas et ça coince avec cette ligne
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    echo '<tr><th><a href="detail_zone.php?id_rubrique_zone='.$id_rubrique_zone.'">'.$data['nom_zone'].'</a></th></tr>';
    , il m'affiche mon $data['nom_zone'] uniquement pour mon premier lien et ensuite pour les autres il n'affiche rien et quand je reviens sur ce premier lien il fonctionne à nouveau

  6. #6
    Membre expert Avatar de Fench
    Homme Profil pro
    Chercheur en informatique
    Inscrit en
    Mai 2002
    Messages
    2 353
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Groenland

    Informations professionnelles :
    Activité : Chercheur en informatique
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Mai 2002
    Messages : 2 353
    Points : 3 390
    Points
    3 390
    Par défaut
    C'est pas ton echo "test--"; qui perturbe la construction de ton tableau ? Car il n'est attaché à rien (ni td ni tr)
    Meuuh en AI à l'INRA
    Domaines: {java, php, js, jquery}{hibernate, doctrine}{MyLib, symfony, Zend}
    fait gagner du temps à ceux qui aident , donc un message avec la balise résolu laisse plus de temps pour résoudre d'autres problèmes (balise à cliquer en bas de l'écran)

  7. #7
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    je l'avais deja viré mais ça ne change rien et là j'avoue que je sais plus du tout de quel coté regarder

  8. #8
    Membre expert Avatar de Fench
    Homme Profil pro
    Chercheur en informatique
    Inscrit en
    Mai 2002
    Messages
    2 353
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Groenland

    Informations professionnelles :
    Activité : Chercheur en informatique
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Mai 2002
    Messages : 2 353
    Points : 3 390
    Points
    3 390
    Par défaut
    Remplaces le href par une balise <p> et regardes !
    Meuuh en AI à l'INRA
    Domaines: {java, php, js, jquery}{hibernate, doctrine}{MyLib, symfony, Zend}
    fait gagner du temps à ceux qui aident , donc un message avec la balise résolu laisse plus de temps pour résoudre d'autres problèmes (balise à cliquer en bas de l'écran)

  9. #9
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    je l'ai fait mais toujours le meme problème

  10. #10
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    vous pensez pas que ça puisse venir de mon code javascript du debut ?

  11. #11
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    euh comment ça ? j'ai bien toutes mes balises qui sont refermé

  12. #12
    Membre expert Avatar de Fench
    Homme Profil pro
    Chercheur en informatique
    Inscrit en
    Mai 2002
    Messages
    2 353
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Groenland

    Informations professionnelles :
    Activité : Chercheur en informatique
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Mai 2002
    Messages : 2 353
    Points : 3 390
    Points
    3 390
    Par défaut
    Tu peux redonner le dernier code de la boucle car

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    echo '<tr><th><a href="detail_zone.php?id_rubrique_zone='.$id_rubrique_zone.'">'.$data['nom_zone'].'</a></th></tr>';
    Avec ensuite la boucle avec les <td> ça marchera pas !
    Meuuh en AI à l'INRA
    Domaines: {java, php, js, jquery}{hibernate, doctrine}{MyLib, symfony, Zend}
    fait gagner du temps à ceux qui aident , donc un message avec la balise résolu laisse plus de temps pour résoudre d'autres problèmes (balise à cliquer en bas de l'écran)

  13. #13
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    while($data = $reponse->fetch())
    								{
    									$id_rubrique_zone = $data['id_rubrique_zone'];
     
    									echo '<tr><th><a href="detail_zone.php?id_rubrique_zone='.$id_rubrique_zone.'">'.$data['nom_zone'].'</a></th>';
    									$ligne=0;
    									while($ligne < count($days))
    									{
    										echo'<td>.</td>';
    										$ligne++;
    									} 	
     
    									echo'</tr>';
    			                    } ?>

  14. #14
    Membre expert Avatar de Fench
    Homme Profil pro
    Chercheur en informatique
    Inscrit en
    Mai 2002
    Messages
    2 353
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Groenland

    Informations professionnelles :
    Activité : Chercheur en informatique
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Mai 2002
    Messages : 2 353
    Points : 3 390
    Points
    3 390
    Par défaut
    Et en remplaçant le lien par:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    echo '<tr><th><a href="blabla.php">'.$data['nom_zone'] .'</a></th>';
    Meuuh en AI à l'INRA
    Domaines: {java, php, js, jquery}{hibernate, doctrine}{MyLib, symfony, Zend}
    fait gagner du temps à ceux qui aident , donc un message avec la balise résolu laisse plus de temps pour résoudre d'autres problèmes (balise à cliquer en bas de l'écran)

  15. #15
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    inchanger

  16. #16
    Membre émérite Avatar de Djakisback
    Profil pro
    Inscrit en
    Février 2005
    Messages
    2 022
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 2 022
    Points : 2 273
    Points
    2 273
    Par défaut
    Salut,
    quelques pistes :
    - que te donnes la source html générée au final ?
    - as-tu testé count($days) ?
    Vive les roues en pierre

  17. #17
    Membre expert Avatar de Fench
    Homme Profil pro
    Chercheur en informatique
    Inscrit en
    Mai 2002
    Messages
    2 353
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Groenland

    Informations professionnelles :
    Activité : Chercheur en informatique
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Mai 2002
    Messages : 2 353
    Points : 3 390
    Points
    3 390
    Par défaut
    Oui bonne idée, regardes le code html généré (click droit souris + voir code source ou afficher source) tu auras le deploiément du html ...

    qd au $days, je pense que tu as vérifié
    Meuuh en AI à l'INRA
    Domaines: {java, php, js, jquery}{hibernate, doctrine}{MyLib, symfony, Zend}
    fait gagner du temps à ceux qui aident , donc un message avec la balise résolu laisse plus de temps pour résoudre d'autres problèmes (balise à cliquer en bas de l'écran)

  18. #18
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    effectivement le count($days) je l'ai deja testé et sa valeur est bonne et en ce qui concerne le code html généré je l'ai analysé et à priori je n'y ai pas décelé d'anomalie, voici le code html :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    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
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
      <head>
        <title>Calendrier des réservations</title>
    	<link rel ="stylesheet" type="text/css" href="date.css">
    	<link rel="stylesheet" href="css/layout.css" />
    		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
    		<script type="text/javascript">
    			jQuery(function($){
    				$('.month').hide();
    				$('.month:first').show();
    				$('.months a:first').addClass('active');
    				var current = 1; 
    				$('.months a').click(function(){
    					var month = $(this).attr('id').replace('linkMonth','');
    					if(month != current){
    						$('#month'+current).slideUp();
    						$('#month'+month).slideDown();
    						$('.months a').removeClass('active');
    						$('.months a#linkMonth'+month).addClass('active');
    						current = month;
    					}
    					return false;
     
     
    				});
    			});
     
    		</script>
     
      </head>
      <body>
     
     
    		<div id="conteneur">
    			<div id="header">
    				<h1>Clicanoo</h1>
    			</div>
     
    			<div id="menu">
    				<ul>
     
    					<li><a href="membre.php">Planning Publicitaire</a></li>
    					<li><a href="admin/index.php">Administration</a></li>
    					<li><a href="#">Contact</a></li>
    					<li></li>
    					<span class="bienvenue"><li>Bienvenue brice</li></span>
    				</ul>
    			</div>
     
    <!--------------------------------------- Le Corps ------------------------------------------>
    			<div id="corps">
     
     
    			<!-- tableau pour le calendrier -->
     
    			<!-- affichage année -->
    			<div id="year">
    				2012			</div>
     
    		    <!-- affichage liste à puce des mois -->
    			<div class="months">
    				<ul>
     
    											<li><a href="#" id="linkMonth1"> Janvier </a></li>
    											<li><a href="#" id="linkMonth2"> Fevrier </a></li>
    											<li><a href="#" id="linkMonth3"> Mars </a></li>
    											<li><a href="#" id="linkMonth4"> Avril </a></li>
    											<li><a href="#" id="linkMonth5"> Mai </a></li>
     
    											<li><a href="#" id="linkMonth6"> Juin </a></li>
    											<li><a href="#" id="linkMonth7"> Juillet </a></li>
    											<li><a href="#" id="linkMonth8"> Aout </a></li>
    											<li><a href="#" id="linkMonth9"> Septembre </a></li>
    											<li><a href="#" id="linkMonth10"> Octobre </a></li>
     
    											<li><a href="#" id="linkMonth11"> Novembre </a></li>
    											<li><a href="#" id="linkMonth12"> Decembre </a></li>
    									</ul>
    			</div>
     
    			<div id="calendrier">
     
    			<!-- le tableau commence par l'année mais on en a pas besoin donc on l'enlève et on affiche direct le mois -->
    			<div id="day">
     
     
    									<div class="month" id="month1">
     
    					<table>
    						<thead>
     
    						</thead>
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
     
    																	<td>2</td>
    																	<td>3</td>
    																	<td>4</td>
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
     
    																	<td>8</td>
    																	<td>9</td>
    																	<td>10</td>
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
     
    																	<td>14</td>
    																	<td>15</td>
    																	<td>16</td>
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
     
    																	<td>20</td>
    																	<td>21</td>
    																	<td>22</td>
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
     
    																	<td>26</td>
    																	<td>27</td>
    																	<td>28</td>
    																	<td>29</td>
    																	<td>30</td>
    																	<td>31</td>
     
    															</tr>
                                <tr>
     
    							<tr><th><a href="detail_zone.php?id_rubrique_zone=1">popup</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=2">bandeauH</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=3">BandeauC</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=4">carreH</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=5">flashArt</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=6">totem</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=7">rectangleH</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=8">presence+</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=9">iphone</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr><tr><th><a href="detail_zone.php?id_rubrique_zone=10">newsletter</a></th><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td><td>.</td></tr>			
     
                                    </tr>
     
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month2">
     
    					<table>
    						<thead>
     
    						</thead>
    						<tbody>
     
    							<tr>
     
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
    																	<td>3</td>
    																	<td>4</td>
    																	<td>5</td>
     
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
    																	<td>9</td>
    																	<td>10</td>
    																	<td>11</td>
     
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
    																	<td>15</td>
    																	<td>16</td>
    																	<td>17</td>
     
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
    																	<td>21</td>
    																	<td>22</td>
    																	<td>23</td>
     
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
    																	<td>27</td>
    																	<td>28</td>
    																	<td>29</td>
     
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month3">
     
    					<table>
    						<thead>
     
     
    						</thead>
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
    																	<td>3</td>
     
    																	<td>4</td>
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
    																	<td>9</td>
     
    																	<td>10</td>
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
    																	<td>15</td>
     
    																	<td>16</td>
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
    																	<td>21</td>
     
    																	<td>22</td>
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
    																	<td>27</td>
     
    																	<td>28</td>
    																	<td>29</td>
    																	<td>30</td>
    																	<td>31</td>
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month4">
     
    					<table>
    						<thead>
     
    						</thead>
    						<tbody>
     
    							<tr>
     
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
    																	<td>3</td>
    																	<td>4</td>
    																	<td>5</td>
     
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
    																	<td>9</td>
    																	<td>10</td>
    																	<td>11</td>
     
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
    																	<td>15</td>
    																	<td>16</td>
    																	<td>17</td>
     
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
    																	<td>21</td>
    																	<td>22</td>
    																	<td>23</td>
     
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
    																	<td>27</td>
    																	<td>28</td>
    																	<td>29</td>
     
    																	<td>30</td>
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month5">
     
     
    					<table>
    						<thead>
     
    						</thead>
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
     
    																	<td>3</td>
    																	<td>4</td>
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
     
    																	<td>9</td>
    																	<td>10</td>
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
     
    																	<td>15</td>
    																	<td>16</td>
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
     
    																	<td>21</td>
    																	<td>22</td>
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
     
    																	<td>27</td>
    																	<td>28</td>
    																	<td>29</td>
    																	<td>30</td>
    																	<td>31</td>
    															</tr>
     
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month6">
     
    					<table>
    						<thead>
     
    						</thead>
     
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
    																	<td>3</td>
    																	<td>4</td>
     
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
    																	<td>9</td>
    																	<td>10</td>
     
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
    																	<td>15</td>
    																	<td>16</td>
     
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
    																	<td>21</td>
    																	<td>22</td>
     
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
    																	<td>27</td>
    																	<td>28</td>
     
    																	<td>29</td>
    																	<td>30</td>
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
     
    								<div class="month" id="month7">
     
    					<table>
    						<thead>
     
    						</thead>
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
     
    																	<td>2</td>
    																	<td>3</td>
    																	<td>4</td>
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
     
    																	<td>8</td>
    																	<td>9</td>
    																	<td>10</td>
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
     
    																	<td>14</td>
    																	<td>15</td>
    																	<td>16</td>
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
     
    																	<td>20</td>
    																	<td>21</td>
    																	<td>22</td>
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
     
    																	<td>26</td>
    																	<td>27</td>
    																	<td>28</td>
    																	<td>29</td>
    																	<td>30</td>
    																	<td>31</td>
     
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month8">
     
    					<table>
    						<thead>
     
     
    						</thead>
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
    																	<td>3</td>
     
    																	<td>4</td>
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
    																	<td>9</td>
     
    																	<td>10</td>
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
    																	<td>15</td>
     
    																	<td>16</td>
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
    																	<td>21</td>
     
    																	<td>22</td>
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
    																	<td>27</td>
     
    																	<td>28</td>
    																	<td>29</td>
    																	<td>30</td>
    																	<td>31</td>
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month9">
     
    					<table>
    						<thead>
     
    						</thead>
    						<tbody>
     
    							<tr>
     
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
    																	<td>3</td>
    																	<td>4</td>
    																	<td>5</td>
     
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
    																	<td>9</td>
    																	<td>10</td>
    																	<td>11</td>
     
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
    																	<td>15</td>
    																	<td>16</td>
    																	<td>17</td>
     
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
    																	<td>21</td>
    																	<td>22</td>
    																	<td>23</td>
     
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
    																	<td>27</td>
    																	<td>28</td>
    																	<td>29</td>
     
    																	<td>30</td>
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month10">
     
     
    					<table>
    						<thead>
     
    						</thead>
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
     
    																	<td>3</td>
    																	<td>4</td>
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
     
    																	<td>9</td>
    																	<td>10</td>
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
     
    																	<td>15</td>
    																	<td>16</td>
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
     
    																	<td>21</td>
    																	<td>22</td>
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
     
    																	<td>27</td>
    																	<td>28</td>
    																	<td>29</td>
    																	<td>30</td>
    																	<td>31</td>
    															</tr>
     
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
    								<div class="month" id="month11">
     
    					<table>
    						<thead>
     
    						</thead>
     
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
    																	<td>2</td>
    																	<td>3</td>
    																	<td>4</td>
     
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
    																	<td>8</td>
    																	<td>9</td>
    																	<td>10</td>
     
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
    																	<td>14</td>
    																	<td>15</td>
    																	<td>16</td>
     
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
    																	<td>20</td>
    																	<td>21</td>
    																	<td>22</td>
     
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
    																	<td>26</td>
    																	<td>27</td>
    																	<td>28</td>
     
    																	<td>29</td>
    																	<td>30</td>
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
     
    								<div class="month" id="month12">
     
    					<table>
    						<thead>
     
    						</thead>
    						<tbody>
     
    							<tr>
                                	<th>Zones</th>
    																	<td>1</td>
     
    																	<td>2</td>
    																	<td>3</td>
    																	<td>4</td>
    																	<td>5</td>
    																	<td>6</td>
    																	<td>7</td>
     
    																	<td>8</td>
    																	<td>9</td>
    																	<td>10</td>
    																	<td>11</td>
    																	<td>12</td>
    																	<td>13</td>
     
    																	<td>14</td>
    																	<td>15</td>
    																	<td>16</td>
    																	<td>17</td>
    																	<td>18</td>
    																	<td>19</td>
     
    																	<td>20</td>
    																	<td>21</td>
    																	<td>22</td>
    																	<td>23</td>
    																	<td>24</td>
    																	<td>25</td>
     
    																	<td>26</td>
    																	<td>27</td>
    																	<td>28</td>
    																	<td>29</td>
    																	<td>30</td>
    																	<td>31</td>
     
    															</tr>
                                <tr>
     
     
     
                                    </tr>
     
     
    						</tbody>
    					</table>
    					</div>
    			</div>
     
     
    		</div>
    		<br/>
     
    		<br/>
     
    		<div id="logout">
    			<a href="deconnexion.php">Deconnexion</a>
    		</div>
     
    			</div>
     
    			<div id="footer">
    				Copyright 2012 Le journal de l'ile | B.L
    			</div>
     
    		</div>
     
      </body>
    </html>
    et je voulais vous remerciez d'essayer de m'aider et d'etre surtout patient

  19. #19
    Membre actif
    Profil pro
    Développeur informatique
    Inscrit en
    Février 2003
    Messages
    152
    Détails du profil
    Informations personnelles :
    Âge : 46
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Février 2003
    Messages : 152
    Points : 248
    Points
    248
    Par défaut
    , il m'affiche mon $data['nom_zone'] uniquement pour mon premier lien et ensuite pour les autres il n'affiche rien et quand je reviens sur ce premier lien il fonctionne à nouveau
    Dans le html que tu cite les nom_zone sont bien présents

    Citation Envoyé par brice97431 Voir le message
    en ce qui concerne le code html généré je l'ai analysé et à priori je n'y ai pas décelé d'anomalie
    Tu n'as pas d'anomalie dans le code mais uniquement à l'affichage du coup ?
    Je copié collé ton html dan un fichier, ça s'affiche bien chez moi, je vois les noms de zone.

    Ou alors j'ai pas compris le problème en relisant les différents posts.

  20. #20
    Membre du Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Décembre 2011
    Messages
    80
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Décembre 2011
    Messages : 80
    Points : 58
    Points
    58
    Par défaut
    djibxav , c'est normal que tu vois les nom de zone car en fait j'ai du javascript qui cache ou pas ces nom de zone selon le mois qu'on a cliqué dessus , mais la chose c'est que quand je clique par exemple sur fevrier ben il m'affiche pas les noms de zone alors que quand je reviens sur janvier il me les montre

+ Répondre à la discussion
Cette discussion est résolue.
Page 1 sur 2 12 DernièreDernière

Discussions similaires

  1. [MySQL] requete sql qui ne fonctionne pas
    Par Ladslman dans le forum PHP & Base de données
    Réponses: 1
    Dernier message: 16/01/2009, 14h09
  2. [JSTL] foreach qui ne fonctionne qu'une seule fois
    Par Ouguiya dans le forum Taglibs
    Réponses: 16
    Dernier message: 02/08/2007, 16h17
  3. [AJAX] [XMLHttp][IE]Fonction qui ne fonctionne qu'une seule fois
    Par narnou dans le forum Général JavaScript
    Réponses: 7
    Dernier message: 13/07/2007, 11h16
  4. [Access] requete sql qui ne fonctionne pas
    Par pobrouwers dans le forum Langage SQL
    Réponses: 4
    Dernier message: 15/03/2007, 12h33
  5. requete sql qui ne fonctionne pas
    Par pobrouwers dans le forum VB 6 et antérieur
    Réponses: 5
    Dernier message: 15/03/2007, 09h37

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo