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 | 11 | <th>Nom de l'école</th> |
12 | 12 | <th>Circonscription</th> |
13 | 13 | <th>Contact</th> |
14 | - <th>Enseignant</th> | |
15 | - <th>Contact</th> | |
14 | +<!-- <th>Enseignant</th> | |
15 | + <th>Contact</th> --> | |
16 | 16 | </tr> |
17 | 17 | </thead> |
18 | 18 | </div > |
... | ... | @@ -42,9 +42,9 @@ while ($row = mysql_fetch_assoc($resultat)) |
42 | 42 | echo '<td>'; |
43 | 43 | echo '<p>'.$row['adresse'].'</p>'; |
44 | 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 | 48 | // echo '<td>'; |
49 | 49 | // echo '<p>'.$row['contact'].'</p>'; |
50 | 50 | // echo '</td>'; | ... | ... |