bonsoir
j'ai une page t.php ouil ya un tableux 3collone
1er collone il ya 3 cellule
2er collone il ya 3 cellule
3er collone il ya 3 cellule
comment je peux inserer le contenu d'une autre page menu.htm sans que le reste du tableux soit invisible
pour mieux vous expliquer voici le code
<table border=1>
<tr>
<th><?php include 'menu.htm'; ?></th>
<th>Colonne 2</th>
</tr>
<tr>
<td>Cellule 1</td>
<td>Cellule 2</td>
</tr>
<tr>
<td>Cellule 3</td>
<td>Cellule 4</td>
</tr>
</table>est voici le resultat
[ Lien ]