Affichage de lient html

Fermé
malek_rh - 9 mai 2011 à 14:07
 Utilisateur anonyme - 9 mai 2011 à 14:54
Bonjour,
<body>
<form action="" method="get">
<table width="231" border="1">
<tr>
<th scope="row"><a href="produit">produit</a></th>
<td rowspan="3" >azertyuiopqsdfghfghj</td>
</tr>
<tr>
<th scope="row"><a href="client.php">client</a></th>
</tr>
<tr>
<th scope="row"><a href="fournisseur.php">fournisseur</a></th>
</tr>
</table>
</form>
</body>
</html>
je veut affiche les resultats des trois lients das la partie en gras <td>........</td> à la place des l'ecruture
et merci
<b>La connaissance s'accroît quand on la partage. </b>
A voir également:

1 réponse

Utilisateur anonyme
9 mai 2011 à 14:54
Bonjour,

Pour modifier une partie du contenu d'une page HTML à l'aide d'un script PHP il va falloir que vous fassiez de l'AJAX (mélange de JavaScript et PHP).
Sinon vous pouvez passer par des frames mais bof...
0