Commit b38e1df2cc910d59135808e72d8df56cac484053
1 parent
32bad9bd
Re-allowed schools viewing
Showing
2 changed files
with
6 additions
and
9 deletions
Show diff stats
.htaccess
pages/schools.php
@@ -11,8 +11,8 @@ require_once("creds.php"); | @@ -11,8 +11,8 @@ require_once("creds.php"); | ||
11 | <th>Nom de l'école</th> | 11 | <th>Nom de l'école</th> |
12 | <th>Circonscription</th> | 12 | <th>Circonscription</th> |
13 | <th>Contact</th> | 13 | <th>Contact</th> |
14 | - <th>Enseignant</th> | ||
15 | - <th>Contact</th> | 14 | +<!-- <th>Enseignant</th> |
15 | + <th>Contact</th> --> | ||
16 | </tr> | 16 | </tr> |
17 | </thead> | 17 | </thead> |
18 | </div > | 18 | </div > |
@@ -42,9 +42,9 @@ while ($row = mysql_fetch_assoc($resultat)) | @@ -42,9 +42,9 @@ while ($row = mysql_fetch_assoc($resultat)) | ||
42 | echo '<td>'; | 42 | echo '<td>'; |
43 | echo '<p>'.$row['adresse'].'</p>'; | 43 | echo '<p>'.$row['adresse'].'</p>'; |
44 | echo '</td>'; | 44 | echo '</td>'; |
45 | - echo '<td>'; | ||
46 | - echo '<p>'.$row['enseignant'].'</p>'; | ||
47 | - echo '</td>'; | 45 | + // echo '<td>'; |
46 | + // echo '<p>'.$row['enseignant'].'</p>'; | ||
47 | + // echo '</td>'; | ||
48 | // echo '<td>'; | 48 | // echo '<td>'; |
49 | // echo '<p>'.$row['contact'].'</p>'; | 49 | // echo '<p>'.$row['contact'].'</p>'; |
50 | // echo '</td>'; | 50 | // echo '</td>'; |