Je suis entrain de faire une application dont je vais insérer ou modifier des données dans une table mysql.
J'ai un tableau qui contiens les noms de mes 3 tables (livres, articles et diplomes)
Mon but sert à ajouter un sous menu pour ces 3 noms, c'est à dire quand je clique sur livres un sous menu s'affiche pour que je choisi insérer ou modifier et même chose pour les 2 autres cas.
Code : Tout sélectionner
<body>
<img src="Images/logoCBBC5.jpg" width="1008" height="90" />
<p> </p>
<table width="825" height="45" border="0" align="center">
<tr>
<td width="104" height="38" align="center"><a href="" class="Style9"><strong> </strong></a></td>
<td width="143" height="38" align="center"><a href="http://www.cbbc.rnrt.tn" class="Style9"><strong>Page d'accueil CBBC </strong></a></td>
<td width="187" height="38" align="center"><a href="index.php" class="Style9"><strong>Bibliothèque </strong></a></td>
<td width="123" height="38" align="center"><a href="fichepret.php" class="Style9"><strong>Fiche de prêt </strong></a></td>
<td width="190" height="38" align="center"><a href="Inscrits.php" class="Style9"><strong>Fiche d´inscription </strong></a></td>
<td width="52" height="38"><a href="" class="Style9"><strong></strong></a></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<table width="235" height="49" border="2" align="center">
<tr>
<td width="223" height="38" align="center"><span class="Style9"><a href=""><strong>Livres</strong></a> </p> </span> </td>
</tr>
<tr>
<td width="223" height="38" align="center"><a href="" class="Style9"><strong>Articles </strong></a> </td>
</tr>
<tr>
<td width="223" height="38" align="center"><a href="" class="Style9"><strong>Diplomes </strong></a> </td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body>
Quelqu'un a une idée ????
Merci d'avance