salut
comment je peux afficher 5 checkbox par ligne, au lieu d 'afficher tout dans un seul th ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 foreach ($this->caractere as $k=>$v): echo "<th><input type='checkbox' value=\"".$v["id"]."\"/>".$v["name"]."</th>"; endforeach;
Partager