Bonjour,
J'aimerais trier un tableau (dt_debut, categorie et division) dont les données proviennent de trois tables.
Je ne vois pas comment faire cela!
Voici le code et le lien:
http://www.ats3r.org/succes/palmares.php
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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Palmarès de l'ATS</title> <link href="../ats.css" rel="stylesheet" media="screen"> </head> <body> <div class="conteneur"> <div class="header"> <p class="top"> <a href="http://www.ats3r.org"><img src="../site/images/accueil.gif" border="0" alt="Nous joindre par courriel"></img></a> </p> </div> <div class="framebloc"> <?php require("../config.inc.php"); mysql_select_db("ATS"); // Sélection de la base de données $reponse = mysql_query("SELECT * FROM ATS_resultat order by no_tournoi") or die(mysql_error()); ?> <table width="70%" align="center" border='2'> <tr> <td align="center"> <a href="../popup.php?texte=palmares" target="_blank" onClick=" window.open(this.href,'popup','width=450,height=250,scrollbars=yes');return false;"><img src="../site/images/int4.jpg" align="middle" border="0" alt="Besoin d'informations ?" width="25" height="25"></img></a> </td> <td align="center"> <strong><h2>Nos équipes en action</h2></strong> </td> <td align="center"> <form> <select> <?php $an = "SELECT distinct annee FROM ATS_resultat order by annee"; $res = mysql_query($an); while($val=mysql_fetch_array($res)) { echo "<option>".$val["annee"]."</option>\n"; } ?> </select> </form> </td> </tr> </table> <br /> <table border="1" align="Center"> <tr align="center"> <td width="30"><strong>No</strong></td> <td width="250"><strong>Événement</strong></td> <td width="80"><strong>Équipe</strong></td> <td width="140"><strong>Entraîneur</strong></td> <td width="90"><strong>Résultat</strong></td> <td width="40"><strong>Photo</strong></td> </tr> <?php // Boucle pour afficher les résultats par équipe while ($donnees = mysql_fetch_array($reponse) ) { $no_tournoi=$donnees['no_tournoi']; $no_equipe=$donnees['no_equipe']; ?> <tr> <td align="center"><?php echo $donnees['id']; ?></td> <?php $tritableau = array($d_tournoi['dt_debut'],$d_tournoi['identification']); rsort($tritableau); // Afficher les informations du tournoi $rep_tournoi = mysql_query("SELECT * FROM tournoi where id=$no_tournoi") or die(mysql_error()); $d_tournoi=mysql_fetch_array($rep_tournoi); ?> <td> <?php $lien=$d_tournoi['site']; if (empty($lien)) { echo $d_tournoi['identification'].'<br>'; } else { echo '<a href = '.$lien.'>'.$d_tournoi['identification'].'</a><br>'; } echo 'Du ' .$d_tournoi['dt_debut'] .' au '.$d_tournoi['dt_fin']; $dt_deb=$d_tournoi['dt_debut']; ?> </td> <?php if( $no_equipe >1 ) { $rep_equipe=mysql_query("SELECT * FROM ATS_equipe where no_equipe=$no_equipe") or die(mysql_error()); $d_equipe=mysql_fetch_array($rep_equipe); $e_cat=$d_equipe['categorie'].'-'.$d_equipe['division']; $e_sexe=$d_equipe['sexe']; $entraineur=''; $ent_1=$d_equipe['ent_1']; if( $ent_1>0 ) { $rep_iden=mysql_query("SELECT * FROM pdf_membre where passeport=$ent_1") or die(mysql_error()); $d_iden=mysql_fetch_array($rep_iden); $entraineur=$d_iden['prenom'].' '.$d_iden['nom']."\n"; } $ent_2=$d_equipe['ent_2']; if( $ent_2>0 ) { $rep_iden=mysql_query("SELECT * FROM pdf_membre where passeport=$ent_2") or die(mysql_error()); $d_iden=mysql_fetch_array($rep_iden); $entraineur=$entraineur.$d_iden['prenom'].' '.$d_iden['nom']."\n"; } $ent_3=$d_equipe['ent_3']; if( $ent_3>0 ) { $rep_iden=mysql_query("SELECT * FROM pdf_membre where passeport=$ent_3") or die(mysql_error()); $d_iden=mysql_fetch_array($rep_iden); $entraineur=$entraineur.$d_iden['prenom'].' '.$d_iden['nom']; } } else { $e_cat=$donnees['categorie'].$donnees['niveau']; $e_sexe=$donnees['sexe']; $entraineur=$donnees['entraineur']; } ?> <td align="center" valign="middle"> <?php echo $e_cat;?> <?php switch($e_sexe) { case 'F': echo "Féminin"; break; case 'M': echo "Masculin"; break; case ' ': echo ""; break; } ?> </td> <td> <?php echo nl2br($entraineur) ?> </td> <td align="center"> <?php echo $donnees['resultat']; ?> </td> <?php $c_lien=$donnees['lien_photo']; if ($donnees['lien_photo']!="") { echo "<td align='center' valign='middle'><a href='$c_lien'><img src='../site/images/apn.jpg' border='0'></a></td>"; } else { echo "<td> </td>"; } ?> </tr> <?php } mysql_close(); // Déconnexion de MySQL ?> </table> </div> <!-- Fin Frame --> <div class="footer"><strong>Le succès n'est pas un but mais un moyen de viser plus haut.</strong></div> </div> </body> </html>
Partager