Commit 02337ae1a47574ff2be2954529ec655c2a428316
1 parent
01dad5a4
correction pour les news TEST v3
Showing
2 changed files
with
15 additions
and
1 deletions
Show diff stats
menu.php
news.php
1 | +<form class="form-horizontal" role="form"> | ||
2 | + | ||
3 | + <div class="form-group"> | ||
4 | + <div class="col-sm-offset-2 col-sm-10"> | ||
5 | + <div class="checkbox"> | ||
6 | + <label> | ||
7 | + <input type="checkbox"> TEST | ||
8 | + </label> | ||
9 | + </div> | ||
10 | + </div> | ||
11 | + </div> | ||
12 | + | ||
13 | +</form> | ||
14 | + | ||
1 | <?php | 15 | <?php |
2 | require_once("creds.php"); | 16 | require_once("creds.php"); |
3 | $link = mysql_connect(__MYSQL_HOSTNAME__, __MYSQL_USERNAME__, __MYSQL_PASSWORD__) | 17 | $link = mysql_connect(__MYSQL_HOSTNAME__, __MYSQL_USERNAME__, __MYSQL_PASSWORD__) |