J essai de transmettre à l aide d une lien dans une nouvelle page la valeur de 2 champs texte mais cela ne fonctionne pas,quand le clique sur le lien dans l url il m indique vide pour les 2 champs ??
<input type="text" name="t1" value="<?php echo $row[0]; ?>"><br/>
<input type="text" name="t2" value="<?php echo $row[1]; ?>"><br/>
<table><tr><td><?php $deb=$max-$max;
echo "<a href=\"p2.php?max=" . $max . "&id=" . $deb . "\">DEBUT</a>"; ?>
</td>
//if($precedent != -1)
<td><?php echo "<a href=\"p2.php?max=" . $max . "&id=" . $precedent . "\">PRECEDENT</a>";?></td>
//if($suivant <= $max)
<td><?php echo "<a href=\"p2.php?max=" . $max . "&id=" . $suivant . "\">SUIVANT</a>";?></td>
<td><?php echo "<a href=\"p2.php?max=" . $max . "&id=" . $max . "\">FIN</a>";?></td>
<td><?php echo "<a href=\"maj.php?id=" .$t1. "&nom=" .$t2. "\">modifier</a>";?></td>
merci